Class: Aws::Types::AdditionalDataset
- Inherits:
-
Object
- Object
- Aws::Types::AdditionalDataset
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#configuration ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute configuration.
20 21 22 |
# File 'sig/types.rbs', line 20 def configuration @configuration end |
#name ⇒ ::String
Returns the value of attribute name.
19 20 21 |
# File 'sig/types.rbs', line 19 def name @name end |