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.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1213 class CreateServiceResponse < Struct.new( :id, :arn, :name, :custom_domain_name, :certificate_arn, :status, :auth_type, :dns_entry) SENSITIVE = [] include Aws::Structure end |
#auth_type ⇒ String
The type of IAM policy.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1213 class CreateServiceResponse < Struct.new( :id, :arn, :name, :custom_domain_name, :certificate_arn, :status, :auth_type, :dns_entry) SENSITIVE = [] include Aws::Structure end |
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1213 class CreateServiceResponse < Struct.new( :id, :arn, :name, :custom_domain_name, :certificate_arn, :status, :auth_type, :dns_entry) SENSITIVE = [] include Aws::Structure end |
#custom_domain_name ⇒ String
The custom domain name of the service.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1213 class CreateServiceResponse < Struct.new( :id, :arn, :name, :custom_domain_name, :certificate_arn, :status, :auth_type, :dns_entry) SENSITIVE = [] include Aws::Structure end |
#dns_entry ⇒ Types::DnsEntry
The public DNS name of the service.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1213 class CreateServiceResponse < Struct.new( :id, :arn, :name, :custom_domain_name, :certificate_arn, :status, :auth_type, :dns_entry) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the service.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1213 class CreateServiceResponse < Struct.new( :id, :arn, :name, :custom_domain_name, :certificate_arn, :status, :auth_type, :dns_entry) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the service.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1213 class CreateServiceResponse < Struct.new( :id, :arn, :name, :custom_domain_name, :certificate_arn, :status, :auth_type, :dns_entry) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status. If the status is ‘CREATE_FAILED`, you must delete and recreate the service.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1213 class CreateServiceResponse < Struct.new( :id, :arn, :name, :custom_domain_name, :certificate_arn, :status, :auth_type, :dns_entry) SENSITIVE = [] include Aws::Structure end |