Class: Aws::Types::DescribeMapResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMapResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::MapConfiguration
Returns the value of attribute configuration.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#data_source ⇒ ::String
Returns the value of attribute data_source.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#map_arn ⇒ ::String
Returns the value of attribute map_arn.
-
#map_name ⇒ ::String
Returns the value of attribute map_name.
-
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#configuration ⇒ Types::MapConfiguration
Returns the value of attribute configuration.
486 487 488 |
# File 'sig/types.rbs', line 486 def configuration @configuration end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
489 490 491 |
# File 'sig/types.rbs', line 489 def create_time @create_time end |
#data_source ⇒ ::String
Returns the value of attribute data_source.
485 486 487 |
# File 'sig/types.rbs', line 485 def data_source @data_source end |
#description ⇒ ::String
Returns the value of attribute description.
487 488 489 |
# File 'sig/types.rbs', line 487 def description @description end |
#map_arn ⇒ ::String
Returns the value of attribute map_arn.
483 484 485 |
# File 'sig/types.rbs', line 483 def map_arn @map_arn end |
#map_name ⇒ ::String
Returns the value of attribute map_name.
482 483 484 |
# File 'sig/types.rbs', line 482 def map_name @map_name end |
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
484 485 486 |
# File 'sig/types.rbs', line 484 def pricing_plan @pricing_plan end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
488 489 490 |
# File 'sig/types.rbs', line 488 def @tags end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
490 491 492 |
# File 'sig/types.rbs', line 490 def update_time @update_time end |