Class: Aws::Types::CreatePlaceIndexResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreatePlaceIndexResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#index_arn ⇒ ::String
Returns the value of attribute index_arn.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
345 346 347 |
# File 'sig/types.rbs', line 345 def create_time @create_time end |
#index_arn ⇒ ::String
Returns the value of attribute index_arn.
344 345 346 |
# File 'sig/types.rbs', line 344 def index_arn @index_arn end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
343 344 345 |
# File 'sig/types.rbs', line 343 def index_name @index_name end |