Class: Aws::VPCLattice::Types::CreateServiceNetworkVpcAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::CreateServiceNetworkVpcAssociationResponse
- 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 association.
-
#created_by ⇒ String
The account that created the association.
-
#dns_options ⇒ Types::DnsOptions
The DNS configuration options.
-
#id ⇒ String
The ID of the association.
-
#private_dns_enabled ⇒ Boolean
Indicates if private DNS is enabled for the VPC association.
-
#security_group_ids ⇒ Array<String>
The IDs of the security groups.
-
#status ⇒ String
The association status.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the association.
1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1113 class CreateServiceNetworkVpcAssociationResponse < Struct.new( :id, :status, :arn, :created_by, :security_group_ids, :private_dns_enabled, :dns_options) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The account that created the association.
1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1113 class CreateServiceNetworkVpcAssociationResponse < Struct.new( :id, :status, :arn, :created_by, :security_group_ids, :private_dns_enabled, :dns_options) SENSITIVE = [] include Aws::Structure end |
#dns_options ⇒ Types::DnsOptions
The DNS configuration options.
1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1113 class CreateServiceNetworkVpcAssociationResponse < Struct.new( :id, :status, :arn, :created_by, :security_group_ids, :private_dns_enabled, :dns_options) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the association.
1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1113 class CreateServiceNetworkVpcAssociationResponse < Struct.new( :id, :status, :arn, :created_by, :security_group_ids, :private_dns_enabled, :dns_options) SENSITIVE = [] include Aws::Structure end |
#private_dns_enabled ⇒ Boolean
Indicates if private DNS is enabled for the VPC association.
1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1113 class CreateServiceNetworkVpcAssociationResponse < Struct.new( :id, :status, :arn, :created_by, :security_group_ids, :private_dns_enabled, :dns_options) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
The IDs of the security groups.
1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1113 class CreateServiceNetworkVpcAssociationResponse < Struct.new( :id, :status, :arn, :created_by, :security_group_ids, :private_dns_enabled, :dns_options) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The association status.
1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1113 class CreateServiceNetworkVpcAssociationResponse < Struct.new( :id, :status, :arn, :created_by, :security_group_ids, :private_dns_enabled, :dns_options) SENSITIVE = [] include Aws::Structure end |