Class: Aws::Types::DescribePlaceIndexResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePlaceIndexResponse
- 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.
-
#data_source_configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute data_source_configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#index_arn ⇒ ::String
Returns the value of attribute index_arn.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
504 505 506 |
# File 'sig/types.rbs', line 504 def create_time @create_time end |
#data_source ⇒ ::String
Returns the value of attribute data_source.
506 507 508 |
# File 'sig/types.rbs', line 506 def data_source @data_source end |
#data_source_configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute data_source_configuration.
507 508 509 |
# File 'sig/types.rbs', line 507 def data_source_configuration @data_source_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
503 504 505 |
# File 'sig/types.rbs', line 503 def description @description end |
#index_arn ⇒ ::String
Returns the value of attribute index_arn.
501 502 503 |
# File 'sig/types.rbs', line 501 def index_arn @index_arn end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
500 501 502 |
# File 'sig/types.rbs', line 500 def index_name @index_name end |
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
502 503 504 |
# File 'sig/types.rbs', line 502 def pricing_plan @pricing_plan end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
508 509 510 |
# File 'sig/types.rbs', line 508 def end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
505 506 507 |
# File 'sig/types.rbs', line 505 def update_time @update_time end |