Class: Aws::Types::RasterDataCollectionMetadata
- Inherits:
-
Object
- Object
- Aws::Types::RasterDataCollectionMetadata
- 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.
-
#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.
510 511 512 |
# File 'sig/types.rbs', line 510 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
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.
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.
515 516 517 |
# File 'sig/types.rbs', line 515 def @tags end |
#type ⇒ "PUBLIC", ...
Returns the value of attribute type.
516 517 518 |
# File 'sig/types.rbs', line 516 def type @type end |