Module: Aws::SageMakerGeospatial::Client::_GetRasterDataCollectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRasterDataCollectionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #description ⇒ ::String
- #description_page_url ⇒ ::String
- #image_source_bands ⇒ ::Array[::String]
- #name ⇒ ::String
- #supported_filters ⇒ ::Array[Types::Filter]
- #tags ⇒ ::Hash[::String, ::String]
- #type ⇒ "PUBLIC", ...
Instance Method Details
#arn ⇒ ::String
170 |
# File 'sig/client.rbs', line 170
def arn: () -> ::String
|
#description ⇒ ::String
171 |
# File 'sig/client.rbs', line 171
def description: () -> ::String
|
#description_page_url ⇒ ::String
172 |
# File 'sig/client.rbs', line 172
def description_page_url: () -> ::String
|
#image_source_bands ⇒ ::Array[::String]
173 |
# File 'sig/client.rbs', line 173
def image_source_bands: () -> ::Array[::String]
|
#name ⇒ ::String
174 |
# File 'sig/client.rbs', line 174
def name: () -> ::String
|
#supported_filters ⇒ ::Array[Types::Filter]
175 |
# File 'sig/client.rbs', line 175
def supported_filters: () -> ::Array[Types::Filter]
|
#tags ⇒ ::Hash[::String, ::String]
176 |
# File 'sig/client.rbs', line 176
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "PUBLIC", ...
177 |
# File 'sig/client.rbs', line 177
def type: () -> ("PUBLIC" | "PREMIUM" | "USER")
|