Class: Aws::VPCLattice::Types::UpdateServiceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the service.

Returns:

  • (String)


3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3802

class UpdateServiceResponse < Struct.new(
  :arn,
  :auth_type,
  :certificate_arn,
  :custom_domain_name,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#auth_typeString

The type of IAM policy.

Returns:

  • (String)


3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3802

class UpdateServiceResponse < Struct.new(
  :arn,
  :auth_type,
  :certificate_arn,
  :custom_domain_name,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_arnString

The Amazon Resource Name (ARN) of the certificate.

Returns:

  • (String)


3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3802

class UpdateServiceResponse < Struct.new(
  :arn,
  :auth_type,
  :certificate_arn,
  :custom_domain_name,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#custom_domain_nameString

The custom domain name of the service.

Returns:

  • (String)


3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3802

class UpdateServiceResponse < Struct.new(
  :arn,
  :auth_type,
  :certificate_arn,
  :custom_domain_name,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the service.

Returns:

  • (String)


3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3802

class UpdateServiceResponse < Struct.new(
  :arn,
  :auth_type,
  :certificate_arn,
  :custom_domain_name,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the service.

Returns:

  • (String)


3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3802

class UpdateServiceResponse < Struct.new(
  :arn,
  :auth_type,
  :certificate_arn,
  :custom_domain_name,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end