Class: Aws::Types::UpdateResourceGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResourceGatewayRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_gateway_identifier ⇒ ::String
Returns the value of attribute resource_gateway_identifier.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
Instance Attribute Details
#resource_gateway_identifier ⇒ ::String
Returns the value of attribute resource_gateway_identifier.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def resource_gateway_identifier @resource_gateway_identifier end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def security_group_ids @security_group_ids end |