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 Amazon Resource Name (ARN) of the association.
Instance Attribute Details
#security_group_ids ⇒ Array<String>
The IDs of the security groups.
3718 3719 3720 3721 3722 3723 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3718 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 Amazon Resource Name (ARN) of the association.
3718 3719 3720 3721 3722 3723 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3718 class UpdateServiceNetworkVpcAssociationRequest < Struct.new( :security_group_ids, :service_network_vpc_association_identifier) SENSITIVE = [] include Aws::Structure end |