Class: Aws::Types::SyncResourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::SyncResourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_taken ⇒ "START_SYNC", "NO_ACTION"
Returns the value of attribute action_taken.
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#action_taken ⇒ "START_SYNC", "NO_ACTION"
Returns the value of attribute action_taken.
389 390 391 |
# File 'sig/types.rbs', line 389 def action_taken @action_taken end |
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
387 388 389 |
# File 'sig/types.rbs', line 387 def application_arn @application_arn end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
388 389 390 |
# File 'sig/types.rbs', line 388 def resource_arn @resource_arn end |