Class: Aws::Types::ApplicationSource
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_formation_stack_arn ⇒ ::String
Returns the value of attribute cloud_formation_stack_arn.
-
#tag_filters ⇒ ::Array[Types::TagFilter]
Returns the value of attribute tag_filters.
Instance Attribute Details
#cloud_formation_stack_arn ⇒ ::String
Returns the value of attribute cloud_formation_stack_arn.
12 13 14 |
# File 'sig/types.rbs', line 12 def cloud_formation_stack_arn @cloud_formation_stack_arn end |
#tag_filters ⇒ ::Array[Types::TagFilter]
Returns the value of attribute tag_filters.
13 14 15 |
# File 'sig/types.rbs', line 13 def tag_filters @tag_filters end |