Class: Aws::Types::DescribeDatasetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDatasetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
-
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
Instance Attribute Details
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
64 65 66 |
# File 'sig/types.rbs', line 64 def dataset_name @dataset_name end |
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
63 64 65 |
# File 'sig/types.rbs', line 63 def identity_id @identity_id end |
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
62 63 64 |
# File 'sig/types.rbs', line 62 def identity_pool_id @identity_pool_id end |