Class: Aws::Types::UpdatePlaceIndexResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePlaceIndexResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_arn ⇒ ::String
Returns the value of attribute index_arn.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#index_arn ⇒ ::String
Returns the value of attribute index_arn.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def index_arn @index_arn end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def index_name @index_name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def update_time @update_time end |