Class: Aws::Types::AssociateAssetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateAssetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#child_asset_id ⇒ ::String
Returns the value of attribute child_asset_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#hierarchy_id ⇒ ::String
Returns the value of attribute hierarchy_id.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
342 343 344 |
# File 'sig/types.rbs', line 342 def asset_id @asset_id end |
#child_asset_id ⇒ ::String
Returns the value of attribute child_asset_id.
344 345 346 |
# File 'sig/types.rbs', line 344 def child_asset_id @child_asset_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
345 346 347 |
# File 'sig/types.rbs', line 345 def client_token @client_token end |
#hierarchy_id ⇒ ::String
Returns the value of attribute hierarchy_id.
343 344 345 |
# File 'sig/types.rbs', line 343 def hierarchy_id @hierarchy_id end |