Class: Aws::Types::GetCardinalityRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCardinalityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_field ⇒ ::String
Returns the value of attribute aggregation_field.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#query_version ⇒ ::String
Returns the value of attribute query_version.
Instance Attribute Details
#aggregation_field ⇒ ::String
Returns the value of attribute aggregation_field.
2320 2321 2322 |
# File 'sig/types.rbs', line 2320 def aggregation_field @aggregation_field end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
2318 2319 2320 |
# File 'sig/types.rbs', line 2318 def index_name @index_name end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
2319 2320 2321 |
# File 'sig/types.rbs', line 2319 def query_string @query_string end |
#query_version ⇒ ::String
Returns the value of attribute query_version.
2321 2322 2323 |
# File 'sig/types.rbs', line 2321 def query_version @query_version end |