Class: Aws::VPCLattice::Types::CreateServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::CreateServiceResponse
- 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.
-
#dns_entry ⇒ Types::DnsEntry
The public DNS name of the service.
-
#id ⇒ String
The ID of the service.
-
#name ⇒ String
The name of the service.
-
#status ⇒ String
The status.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the service.
717 718 719 720 721 722 723 724 725 726 727 728 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 717 class CreateServiceResponse < Struct.new( :arn, :auth_type, :certificate_arn, :custom_domain_name, :dns_entry, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#auth_type ⇒ String
The type of IAM policy.
717 718 719 720 721 722 723 724 725 726 727 728 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 717 class CreateServiceResponse < Struct.new( :arn, :auth_type, :certificate_arn, :custom_domain_name, :dns_entry, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate.
717 718 719 720 721 722 723 724 725 726 727 728 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 717 class CreateServiceResponse < Struct.new( :arn, :auth_type, :certificate_arn, :custom_domain_name, :dns_entry, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#custom_domain_name ⇒ String
The custom domain name of the service.
717 718 719 720 721 722 723 724 725 726 727 728 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 717 class CreateServiceResponse < Struct.new( :arn, :auth_type, :certificate_arn, :custom_domain_name, :dns_entry, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#dns_entry ⇒ Types::DnsEntry
The public DNS name of the service.
717 718 719 720 721 722 723 724 725 726 727 728 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 717 class CreateServiceResponse < Struct.new( :arn, :auth_type, :certificate_arn, :custom_domain_name, :dns_entry, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the service.
717 718 719 720 721 722 723 724 725 726 727 728 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 717 class CreateServiceResponse < Struct.new( :arn, :auth_type, :certificate_arn, :custom_domain_name, :dns_entry, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the service.
717 718 719 720 721 722 723 724 725 726 727 728 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 717 class CreateServiceResponse < Struct.new( :arn, :auth_type, :certificate_arn, :custom_domain_name, :dns_entry, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status. If the status is ‘CREATE_FAILED`, you must delete and recreate the service.
717 718 719 720 721 722 723 724 725 726 727 728 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 717 class CreateServiceResponse < Struct.new( :arn, :auth_type, :certificate_arn, :custom_domain_name, :dns_entry, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |