Class: Aws::Types::AcceptedAssetScope
- Inherits:
-
Object
- Object
- Aws::Types::AcceptedAssetScope
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#filter_ids ⇒ ::Array[::String]
Returns the value of attribute filter_ids.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
69 70 71 |
# File 'sig/types.rbs', line 69 def asset_id @asset_id end |
#filter_ids ⇒ ::Array[::String]
Returns the value of attribute filter_ids.
70 71 72 |
# File 'sig/types.rbs', line 70 def filter_ids @filter_ids end |