Class: Aws::Types::SourceResource
- Inherits:
-
Object
- Object
- Aws::Types::SourceResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status_detail ⇒ ::String
Returns the value of attribute status_detail.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
354 355 356 |
# File 'sig/types.rbs', line 354 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
353 354 355 |
# File 'sig/types.rbs', line 353 def name @name end |
#status_detail ⇒ ::String
Returns the value of attribute status_detail.
355 356 357 |
# File 'sig/types.rbs', line 355 def status_detail @status_detail end |