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.
2272 2273 2274 |
# File 'sig/types.rbs', line 2272 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2273 2274 2275 |
# File 'sig/types.rbs', line 2273 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 def instance_id @instance_id end |
#mac_credentials ⇒ ::String
Returns the value of attribute mac_credentials.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def mac_credentials @mac_credentials end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def tag_specifications @tag_specifications end |