Class: Aws::VPCLattice::Types::UpdateServiceNetworkVpcAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateServiceNetworkVpcAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dns_options ⇒ Types::DnsOptions
DNS options for the service network VPC 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.
-
#service_network_vpc_association_identifier ⇒ String
The ID or ARN of the association.
Instance Attribute Details
#dns_options ⇒ Types::DnsOptions
DNS options for the service network VPC association.
5939 5940 5941 5942 5943 5944 5945 5946 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5939 class UpdateServiceNetworkVpcAssociationRequest < Struct.new( :service_network_vpc_association_identifier, :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.
5939 5940 5941 5942 5943 5944 5945 5946 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5939 class UpdateServiceNetworkVpcAssociationRequest < Struct.new( :service_network_vpc_association_identifier, :security_group_ids, :private_dns_enabled, :dns_options) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
The IDs of the security groups.
5939 5940 5941 5942 5943 5944 5945 5946 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5939 class UpdateServiceNetworkVpcAssociationRequest < Struct.new( :service_network_vpc_association_identifier, :security_group_ids, :private_dns_enabled, :dns_options) SENSITIVE = [] include Aws::Structure end |
#service_network_vpc_association_identifier ⇒ String
The ID or ARN of the association.
5939 5940 5941 5942 5943 5944 5945 5946 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5939 class UpdateServiceNetworkVpcAssociationRequest < Struct.new( :service_network_vpc_association_identifier, :security_group_ids, :private_dns_enabled, :dns_options) SENSITIVE = [] include Aws::Structure end |