Class: Aws::Types::AssetScope
- Inherits:
-
Object
- Object
- Aws::Types::AssetScope
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#filter_ids ⇒ ::Array[::String]
Returns the value of attribute filter_ids.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
329 330 331 |
# File 'sig/types.rbs', line 329 def asset_id @asset_id end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
332 333 334 |
# File 'sig/types.rbs', line 332 def @error_message end |
#filter_ids ⇒ ::Array[::String]
Returns the value of attribute filter_ids.
330 331 332 |
# File 'sig/types.rbs', line 330 def filter_ids @filter_ids end |
#status ⇒ ::String
Returns the value of attribute status.
331 332 333 |
# File 'sig/types.rbs', line 331 def status @status end |