Class: Aws::Types::GetAssociatedResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAssociatedResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application ⇒ ::String
Returns the value of attribute application.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#resource_tag_status ⇒ ::Array[("SUCCESS" | "FAILED" | "IN_PROGRESS" | "SKIPPED")]
Returns the value of attribute resource_tag_status.
-
#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.
200 201 202 |
# File 'sig/types.rbs', line 200 def application @application end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
205 206 207 |
# File 'sig/types.rbs', line 205 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
203 204 205 |
# File 'sig/types.rbs', line 203 def next_token @next_token end |
#resource ⇒ ::String
Returns the value of attribute resource.
202 203 204 |
# File 'sig/types.rbs', line 202 def resource @resource end |
#resource_tag_status ⇒ ::Array[("SUCCESS" | "FAILED" | "IN_PROGRESS" | "SKIPPED")]
Returns the value of attribute resource_tag_status.
204 205 206 |
# File 'sig/types.rbs', line 204 def resource_tag_status @resource_tag_status end |
#resource_type ⇒ "CFN_STACK", "RESOURCE_TAG_VALUE"
Returns the value of attribute resource_type.
201 202 203 |
# File 'sig/types.rbs', line 201 def resource_type @resource_type end |