Class: Aws::Types::SourceMetadata
- Inherits:
-
Object
- Object
- Aws::Types::SourceMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#source_update_token ⇒ ::String
Returns the value of attribute source_update_token.
Instance Attribute Details
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def source_arn @source_arn end |
#source_update_token ⇒ ::String
Returns the value of attribute source_update_token.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def source_update_token @source_update_token end |