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.
2680 2681 2682 |
# File 'sig/types.rbs', line 2680 def catalog_id @catalog_id end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
2679 2680 2681 |
# File 'sig/types.rbs', line 2679 def connection_name @connection_name end |
#data_store_api_version ⇒ ::String
Returns the value of attribute data_store_api_version.
2683 2684 2685 |
# File 'sig/types.rbs', line 2683 def data_store_api_version @data_store_api_version end |
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
2681 2682 2683 |
# File 'sig/types.rbs', line 2681 def entity_name @entity_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2682 2683 2684 |
# File 'sig/types.rbs', line 2682 def next_token @next_token end |