Class: Aws::Types::CreateDelegateMacVolumeOwnershipTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDelegateMacVolumeOwnershipTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#mac_credentials ⇒ ::String
Returns the value of attribute mac_credentials.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2400 2401 2402 |
# File 'sig/types.rbs', line 2400 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2401 2402 2403 |
# File 'sig/types.rbs', line 2401 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2402 2403 2404 |
# File 'sig/types.rbs', line 2402 def instance_id @instance_id end |
#mac_credentials ⇒ ::String
Returns the value of attribute mac_credentials.
2403 2404 2405 |
# File 'sig/types.rbs', line 2403 def mac_credentials @mac_credentials end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2404 2405 2406 |
# File 'sig/types.rbs', line 2404 def tag_specifications @tag_specifications end |