Class: Aws::Types::GetEntityRecordsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetEntityRecordsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#connection_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute connection_options.
-
#data_store_api_version ⇒ ::String
Returns the value of attribute data_store_api_version.
-
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
-
#filter_predicate ⇒ ::String
Returns the value of attribute filter_predicate.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#order_by ⇒ ::String
Returns the value of attribute order_by.
-
#selected_fields ⇒ ::Array[::String]
Returns the value of attribute selected_fields.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
3654 3655 3656 |
# File 'sig/types.rbs', line 3654 def catalog_id @catalog_id end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
3653 3654 3655 |
# File 'sig/types.rbs', line 3653 def connection_name @connection_name end |
#connection_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute connection_options.
3658 3659 3660 |
# File 'sig/types.rbs', line 3658 def @connection_options end |
#data_store_api_version ⇒ ::String
Returns the value of attribute data_store_api_version.
3657 3658 3659 |
# File 'sig/types.rbs', line 3657 def data_store_api_version @data_store_api_version end |
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
3655 3656 3657 |
# File 'sig/types.rbs', line 3655 def entity_name @entity_name end |
#filter_predicate ⇒ ::String
Returns the value of attribute filter_predicate.
3659 3660 3661 |
# File 'sig/types.rbs', line 3659 def filter_predicate @filter_predicate end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
3660 3661 3662 |
# File 'sig/types.rbs', line 3660 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3656 3657 3658 |
# File 'sig/types.rbs', line 3656 def next_token @next_token end |
#order_by ⇒ ::String
Returns the value of attribute order_by.
3661 3662 3663 |
# File 'sig/types.rbs', line 3661 def order_by @order_by end |
#selected_fields ⇒ ::Array[::String]
Returns the value of attribute selected_fields.
3662 3663 3664 |
# File 'sig/types.rbs', line 3662 def selected_fields @selected_fields end |