Class: Aws::Types::DescribeEntityRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEntityRequest
- 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.
-
#data_store_api_version ⇒ ::String
Returns the value of attribute data_store_api_version.
-
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
2686 2687 2688 |
# File 'sig/types.rbs', line 2686 def catalog_id @catalog_id end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
2685 2686 2687 |
# File 'sig/types.rbs', line 2685 def connection_name @connection_name end |
#data_store_api_version ⇒ ::String
Returns the value of attribute data_store_api_version.
2689 2690 2691 |
# File 'sig/types.rbs', line 2689 def data_store_api_version @data_store_api_version end |
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
2687 2688 2689 |
# File 'sig/types.rbs', line 2687 def entity_name @entity_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2688 2689 2690 |
# File 'sig/types.rbs', line 2688 def next_token @next_token end |