Class: Aws::Types::AssociateResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application ⇒ ::String
Returns the value of attribute application.
-
#options ⇒ ::Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")]
Returns the value of attribute options.
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#resource_type ⇒ "CFN_STACK", "RESOURCE_TAG_VALUE"
Returns the value of attribute resource_type.
Instance Attribute Details
#application ⇒ ::String
Returns the value of attribute application.
59 60 61 |
# File 'sig/types.rbs', line 59 def application @application end |
#options ⇒ ::Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")]
Returns the value of attribute options.
62 63 64 |
# File 'sig/types.rbs', line 62 def end |
#resource ⇒ ::String
Returns the value of attribute resource.
61 62 63 |
# File 'sig/types.rbs', line 61 def resource @resource end |
#resource_type ⇒ "CFN_STACK", "RESOURCE_TAG_VALUE"
Returns the value of attribute resource_type.
60 61 62 |
# File 'sig/types.rbs', line 60 def resource_type @resource_type end |