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.
3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3813 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.
3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3813 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.
3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3813 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.
3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3813 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.
3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3813 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.
3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3813 class UpdateServiceResponse < Struct.new( :arn, :auth_type, :certificate_arn, :custom_domain_name, :id, :name) SENSITIVE = [] include Aws::Structure end |