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.
3214 3215 3216 |
# File 'sig/types.rbs', line 3214 def data_set_arn @data_set_arn end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
3213 3214 3215 |
# File 'sig/types.rbs', line 3213 def identifier @identifier end |