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)


5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5508

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)


5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5508

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)


5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5508

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)


5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5508

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)


5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5508

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)


5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5508

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