Class: Aws::Types::ListMapsResponseEntry
- Inherits:
-
Object
- Object
- Aws::Types::ListMapsResponseEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_name ⇒ ::String
Returns the value of attribute map_name.
-
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
969 970 971 |
# File 'sig/types.rbs', line 969 def create_time @create_time end |
#data_source ⇒ ::String
Returns the value of attribute data_source.
967 968 969 |
# File 'sig/types.rbs', line 967 def data_source @data_source end |
#description ⇒ ::String
Returns the value of attribute description.
966 967 968 |
# File 'sig/types.rbs', line 966 def description @description end |
#map_name ⇒ ::String
Returns the value of attribute map_name.
965 966 967 |
# File 'sig/types.rbs', line 965 def map_name @map_name end |
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
968 969 970 |
# File 'sig/types.rbs', line 968 def pricing_plan @pricing_plan end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
970 971 972 |
# File 'sig/types.rbs', line 970 def update_time @update_time end |