Class: Aws::Types::GetDataSetDetailsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDataSetDetailsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#data_set_name ⇒ ::String
Returns the value of attribute data_set_name.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
526 527 528 |
# File 'sig/types.rbs', line 526 def application_id @application_id end |
#data_set_name ⇒ ::String
Returns the value of attribute data_set_name.
527 528 529 |
# File 'sig/types.rbs', line 527 def data_set_name @data_set_name end |