Class: Aws::Types::ListPlaceIndexesResponseEntry
- Inherits:
-
Object
- Object
- Aws::Types::ListPlaceIndexesResponseEntry
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
991 992 993 |
# File 'sig/types.rbs', line 991 def create_time @create_time end |
#data_source ⇒ ::String
Returns the value of attribute data_source.
989 990 991 |
# File 'sig/types.rbs', line 989 def data_source @data_source end |
#description ⇒ ::String
Returns the value of attribute description.
988 989 990 |
# File 'sig/types.rbs', line 988 def description @description end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
987 988 989 |
# File 'sig/types.rbs', line 987 def index_name @index_name end |
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
990 991 992 |
# File 'sig/types.rbs', line 990 def pricing_plan @pricing_plan end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
992 993 994 |
# File 'sig/types.rbs', line 992 def update_time @update_time end |