Class: Aws::Types::DataSetIdentifierDeclaration
- Inherits:
-
Object
- Object
- Aws::Types::DataSetIdentifierDeclaration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set_arn ⇒ ::String
Returns the value of attribute data_set_arn.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
Instance Attribute Details
#data_set_arn ⇒ ::String
Returns the value of attribute data_set_arn.
3345 3346 3347 |
# File 'sig/types.rbs', line 3345 def data_set_arn @data_set_arn end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
3344 3345 3346 |
# File 'sig/types.rbs', line 3344 def identifier @identifier end |