Class: Aws::Types::RasterDataCollectionMetadata

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)


510
511
512
# File 'sig/types.rbs', line 510

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def description
  @description
end

#description_page_url::String

Returns the value of attribute description_page_url.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

def description_page_url
  @description_page_url
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def name
  @name
end

#supported_filters::Array[Types::Filter]

Returns the value of attribute supported_filters.

Returns:



514
515
516
# File 'sig/types.rbs', line 514

def supported_filters
  @supported_filters
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


515
516
517
# File 'sig/types.rbs', line 515

def tags
  @tags
end

#type"PUBLIC", ...

Returns the value of attribute type.

Returns:

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


516
517
518
# File 'sig/types.rbs', line 516

def type
  @type
end