Class: Aws::Types::GetRasterDataCollectionOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetRasterDataCollectionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#description_page_url ⇒ ::String
Returns the value of attribute description_page_url.
-
#image_source_bands ⇒ ::Array[::String]
Returns the value of attribute image_source_bands.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#supported_filters ⇒ ::Array[Types::Filter]
Returns the value of attribute supported_filters.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "PUBLIC", ...
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
209 210 211 |
# File 'sig/types.rbs', line 209 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
210 211 212 |
# File 'sig/types.rbs', line 210 def description @description end |
#description_page_url ⇒ ::String
Returns the value of attribute description_page_url.
211 212 213 |
# File 'sig/types.rbs', line 211 def description_page_url @description_page_url end |
#image_source_bands ⇒ ::Array[::String]
Returns the value of attribute image_source_bands.
212 213 214 |
# File 'sig/types.rbs', line 212 def image_source_bands @image_source_bands end |
#name ⇒ ::String
Returns the value of attribute name.
213 214 215 |
# File 'sig/types.rbs', line 213 def name @name end |
#supported_filters ⇒ ::Array[Types::Filter]
Returns the value of attribute supported_filters.
214 215 216 |
# File 'sig/types.rbs', line 214 def supported_filters @supported_filters end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
215 216 217 |
# File 'sig/types.rbs', line 215 def @tags end |
#type ⇒ "PUBLIC", ...
Returns the value of attribute type.
216 217 218 |
# File 'sig/types.rbs', line 216 def type @type end |