Class: Aws::VPCLattice::Types::UpdateServiceNetworkVpcAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateServiceNetworkVpcAssociationRequest
- Defined in:
- gems/aws-sdk-vpclattice/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.
5861 5862 5863 5864 5865 5866 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5861 class UpdateServiceNetworkVpcAssociationRequest < Struct.new( :service_network_vpc_association_identifier, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#service_network_vpc_association_identifier ⇒ String
The ID or ARN of the association.
5861 5862 5863 5864 5865 5866 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5861 class UpdateServiceNetworkVpcAssociationRequest < Struct.new( :service_network_vpc_association_identifier, :security_group_ids) SENSITIVE = [] include Aws::Structure end |