Class: Aws::Types::InputSource
- Inherits:
-
Object
- Object
- Aws::Types::InputSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#type ⇒ "CFN_STACK", ...
Returns the value of attribute type.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
586 587 588 |
# File 'sig/types.rbs', line 586 def identifier @identifier end |
#type ⇒ "CFN_STACK", ...
Returns the value of attribute type.
587 588 589 |
# File 'sig/types.rbs', line 587 def type @type end |