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.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def asset_id @asset_id end |
#child_asset_id ⇒ ::String
Returns the value of attribute child_asset_id.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def child_asset_id @child_asset_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def client_token @client_token end |
#hierarchy_id ⇒ ::String
Returns the value of attribute hierarchy_id.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def hierarchy_id @hierarchy_id end |