Class: Aws::Types::BatchDisassociateProjectAssetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDisassociateProjectAssetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_ids ⇒ ::Array[::String]
Returns the value of attribute asset_ids.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
Instance Attribute Details
#asset_ids ⇒ ::Array[::String]
Returns the value of attribute asset_ids.
443 444 445 |
# File 'sig/types.rbs', line 443 def asset_ids @asset_ids end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
444 445 446 |
# File 'sig/types.rbs', line 444 def client_token @client_token end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
442 443 444 |
# File 'sig/types.rbs', line 442 def project_id @project_id end |