Class: Aws::Types::BatchGetAssetPropertyValueRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAssetPropertyValueRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entries ⇒ ::Array[Types::BatchGetAssetPropertyValueEntry]
Returns the value of attribute entries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#entries ⇒ ::Array[Types::BatchGetAssetPropertyValueEntry]
Returns the value of attribute entries.
583 584 585 |
# File 'sig/types.rbs', line 583 def entries @entries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
584 585 586 |
# File 'sig/types.rbs', line 584 def next_token @next_token end |