Class: Aws::VPCLattice::Types::UpdateResourceGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateResourceGatewayRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_gateway_identifier ⇒ String
The ID or ARN of the resource gateway.
-
#security_group_ids ⇒ Array<String>
The IDs of the security groups associated with the resource gateway.
Instance Attribute Details
#resource_gateway_identifier ⇒ String
The ID or ARN of the resource gateway.
5128 5129 5130 5131 5132 5133 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5128 class UpdateResourceGatewayRequest < Struct.new( :resource_gateway_identifier, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
The IDs of the security groups associated with the resource gateway.
5128 5129 5130 5131 5132 5133 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5128 class UpdateResourceGatewayRequest < Struct.new( :resource_gateway_identifier, :security_group_ids) SENSITIVE = [] include Aws::Structure end |