Class: Aws::Types::UpdateMountTargetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMountTargetRequest
- 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.
390 391 392 |
# File 'sig/types.rbs', line 390 def mount_target_id @mount_target_id end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
391 392 393 |
# File 'sig/types.rbs', line 391 def security_groups @security_groups end |