Class: Aws::Types::Source
- Inherits:
-
Object
- Object
- Aws::Types::Source
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#location ⇒ Types::Location
Returns the value of attribute location.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3428 3429 3430 |
# File 'sig/types.rbs', line 3428 def arn @arn end |
#location ⇒ Types::Location
Returns the value of attribute location.
3429 3430 3431 |
# File 'sig/types.rbs', line 3429 def location @location end |