Class: Aws::Types::ResourceInfo
- Inherits:
-
Object
- Object
- Aws::Types::ResourceInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#options ⇒ ::Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")]
Returns the value of attribute options.
-
#resource_details ⇒ Types::ResourceDetails
Returns the value of attribute resource_details.
-
#resource_type ⇒ "CFN_STACK", "RESOURCE_TAG_VALUE"
Returns the value of attribute resource_type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
350 351 352 |
# File 'sig/types.rbs', line 350 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
349 350 351 |
# File 'sig/types.rbs', line 349 def name @name end |
#options ⇒ ::Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")]
Returns the value of attribute options.
353 354 355 |
# File 'sig/types.rbs', line 353 def end |
#resource_details ⇒ Types::ResourceDetails
Returns the value of attribute resource_details.
352 353 354 |
# File 'sig/types.rbs', line 352 def resource_details @resource_details end |
#resource_type ⇒ "CFN_STACK", "RESOURCE_TAG_VALUE"
Returns the value of attribute resource_type.
351 352 353 |
# File 'sig/types.rbs', line 351 def resource_type @resource_type end |