Class: Aws::VPCLattice::Types::CreateServiceNetworkResourceAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::CreateServiceNetworkResourceAssociationResponse
- Defined in:
- gems/aws-sdk-vpclattice/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 ID of the account that created the association.
-
#id ⇒ String
The ID of the association.
-
#private_dns_enabled ⇒ Boolean
Indicates if private DNS is is enabled for the service network resource association.
-
#status ⇒ String
The status of the association.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the association.
910 911 912 913 914 915 916 917 918 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 910 class CreateServiceNetworkResourceAssociationResponse < Struct.new( :id, :arn, :status, :created_by, :private_dns_enabled) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The ID of the account that created the association.
910 911 912 913 914 915 916 917 918 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 910 class CreateServiceNetworkResourceAssociationResponse < Struct.new( :id, :arn, :status, :created_by, :private_dns_enabled) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the association.
910 911 912 913 914 915 916 917 918 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 910 class CreateServiceNetworkResourceAssociationResponse < Struct.new( :id, :arn, :status, :created_by, :private_dns_enabled) SENSITIVE = [] include Aws::Structure end |
#private_dns_enabled ⇒ Boolean
Indicates if private DNS is is enabled for the service network resource association.
910 911 912 913 914 915 916 917 918 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 910 class CreateServiceNetworkResourceAssociationResponse < Struct.new( :id, :arn, :status, :created_by, :private_dns_enabled) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the association.
910 911 912 913 914 915 916 917 918 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 910 class CreateServiceNetworkResourceAssociationResponse < Struct.new( :id, :arn, :status, :created_by, :private_dns_enabled) SENSITIVE = [] include Aws::Structure end |