Class: Aws::Types::DisassociateAssetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateAssetsRequest
- 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.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def asset_id @asset_id end |
#child_asset_id ⇒ ::String
Returns the value of attribute child_asset_id.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def child_asset_id @child_asset_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def client_token @client_token end |
#hierarchy_id ⇒ ::String
Returns the value of attribute hierarchy_id.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def hierarchy_id @hierarchy_id end |