Class: Aws::Types::UpdateMapResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMapResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#map_arn ⇒ ::String
Returns the value of attribute map_arn.
-
#map_name ⇒ ::String
Returns the value of attribute map_name.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#map_arn ⇒ ::String
Returns the value of attribute map_arn.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def map_arn @map_arn end |
#map_name ⇒ ::String
Returns the value of attribute map_name.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def map_name @map_name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def update_time @update_time end |