Class: Aws::Types::BatchAssociateProjectAssetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchAssociateProjectAssetsRequest
- 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.
401 402 403 |
# File 'sig/types.rbs', line 401 def asset_ids @asset_ids end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
402 403 404 |
# File 'sig/types.rbs', line 402 def client_token @client_token end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
400 401 402 |
# File 'sig/types.rbs', line 400 def project_id @project_id end |