Class: Aws::VPCLattice::Types::UpdateServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateServiceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the service.
-
#auth_type ⇒ String
The type of IAM policy.
-
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate.
-
#custom_domain_name ⇒ String
The custom domain name of the service.
-
#id ⇒ String
The ID of the service.
-
#name ⇒ String
The name of the service.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the service.
5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5417 class UpdateServiceResponse < Struct.new( :arn, :auth_type, :certificate_arn, :custom_domain_name, :id, :name) SENSITIVE = [] include Aws::Structure end |
#auth_type ⇒ String
The type of IAM policy.
5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5417 class UpdateServiceResponse < Struct.new( :arn, :auth_type, :certificate_arn, :custom_domain_name, :id, :name) SENSITIVE = [] include Aws::Structure end |
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate.
5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5417 class UpdateServiceResponse < Struct.new( :arn, :auth_type, :certificate_arn, :custom_domain_name, :id, :name) SENSITIVE = [] include Aws::Structure end |
#custom_domain_name ⇒ String
The custom domain name of the service.
5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5417 class UpdateServiceResponse < Struct.new( :arn, :auth_type, :certificate_arn, :custom_domain_name, :id, :name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the service.
5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5417 class UpdateServiceResponse < Struct.new( :arn, :auth_type, :certificate_arn, :custom_domain_name, :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the service.
5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5417 class UpdateServiceResponse < Struct.new( :arn, :auth_type, :certificate_arn, :custom_domain_name, :id, :name) SENSITIVE = [] include Aws::Structure end |