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
-
#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
#security_group_ids ⇒ Array<String>
The IDs of the security groups.
5322 5323 5324 5325 5326 5327 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5322 class UpdateServiceNetworkVpcAssociationRequest < Struct.new( :security_group_ids, :service_network_vpc_association_identifier) SENSITIVE = [] include Aws::Structure end |
#service_network_vpc_association_identifier ⇒ String
The ID or ARN of the association.
5322 5323 5324 5325 5326 5327 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5322 class UpdateServiceNetworkVpcAssociationRequest < Struct.new( :security_group_ids, :service_network_vpc_association_identifier) SENSITIVE = [] include Aws::Structure end |