Class: Aws::Types::CreateMapResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateMapResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#map_arn ⇒ ::String
Returns the value of attribute map_arn.
-
#map_name ⇒ ::String
Returns the value of attribute map_name.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
328 329 330 |
# File 'sig/types.rbs', line 328 def create_time @create_time end |
#map_arn ⇒ ::String
Returns the value of attribute map_arn.
327 328 329 |
# File 'sig/types.rbs', line 327 def map_arn @map_arn end |
#map_name ⇒ ::String
Returns the value of attribute map_name.
326 327 328 |
# File 'sig/types.rbs', line 326 def map_name @map_name end |