Class: Aws::Types::ModifyMountTargetSecurityGroupsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyMountTargetSecurityGroupsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mount_target_id ⇒ ::String
Returns the value of attribute mount_target_id.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
Instance Attribute Details
#mount_target_id ⇒ ::String
Returns the value of attribute mount_target_id.
419 420 421 |
# File 'sig/types.rbs', line 419 def mount_target_id @mount_target_id end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
420 421 422 |
# File 'sig/types.rbs', line 420 def security_groups @security_groups end |