Class: Aws::Types::AssociateResourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::AssociateResourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#options ⇒ ::Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")]
Returns the value of attribute options.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
67 68 69 |
# File 'sig/types.rbs', line 67 def application_arn @application_arn end |
#options ⇒ ::Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")]
Returns the value of attribute options.
69 70 71 |
# File 'sig/types.rbs', line 69 def end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
68 69 70 |
# File 'sig/types.rbs', line 68 def resource_arn @resource_arn end |