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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
# File 'lib/aws-sdk-vpclattice/types.rb', line 6003

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

#auth_typeString

The type of IAM policy.

Returns:

  • (String)


6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
# File 'lib/aws-sdk-vpclattice/types.rb', line 6003

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

#certificate_arnString

The Amazon Resource Name (ARN) of the certificate.

Returns:

  • (String)


6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
# File 'lib/aws-sdk-vpclattice/types.rb', line 6003

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

#custom_domain_nameString

The custom domain name of the service.

Returns:

  • (String)


6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
# File 'lib/aws-sdk-vpclattice/types.rb', line 6003

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

#idString

The ID of the service.

Returns:

  • (String)


6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
# File 'lib/aws-sdk-vpclattice/types.rb', line 6003

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

#nameString

The name of the service.

Returns:

  • (String)


6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
# File 'lib/aws-sdk-vpclattice/types.rb', line 6003

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