Class: Aws::Types::GetAssociatedResourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAssociatedResourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_tag_result ⇒ Types::ApplicationTagResult
Returns the value of attribute application_tag_result.
-
#options ⇒ ::Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")]
Returns the value of attribute options.
-
#resource ⇒ Types::Resource
Returns the value of attribute resource.
Instance Attribute Details
#application_tag_result ⇒ Types::ApplicationTagResult
Returns the value of attribute application_tag_result.
212 213 214 |
# File 'sig/types.rbs', line 212 def application_tag_result @application_tag_result end |
#options ⇒ ::Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")]
Returns the value of attribute options.
211 212 213 |
# File 'sig/types.rbs', line 211 def end |
#resource ⇒ Types::Resource
Returns the value of attribute resource.
210 211 212 |
# File 'sig/types.rbs', line 210 def resource @resource end |