Class: Aws::Types::GetRasterDataCollectionOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Hash[::String, ::String])


215
216
217
# File 'sig/types.rbs', line 215

def tags
  @tags
end

#type"PUBLIC", ...

Returns the value of attribute type.

Returns:

  • ("PUBLIC", "PREMIUM", "USER")


216
217
218
# File 'sig/types.rbs', line 216

def type
  @type
end