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.
2384 2385 2386 |
# File 'sig/types.rbs', line 2384 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2385 2386 2387 |
# File 'sig/types.rbs', line 2385 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2386 2387 2388 |
# File 'sig/types.rbs', line 2386 def instance_id @instance_id end |
#mac_credentials ⇒ ::String
Returns the value of attribute mac_credentials.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def mac_credentials @mac_credentials end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def tag_specifications @tag_specifications end |