Class: Aws::AutoScalingPlans::Types::ApplicationSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScalingPlans::Types::ApplicationSource
- Defined in:
- gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb
Overview
Represents an application source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_formation_stack_arn ⇒ String
The Amazon Resource Name (ARN) of a AWS CloudFormation stack.
-
#tag_filters ⇒ Array<Types::TagFilter>
A set of tags (up to 50).
Instance Attribute Details
#cloud_formation_stack_arn ⇒ String
The Amazon Resource Name (ARN) of a AWS CloudFormation stack.
25 26 27 28 29 30 |
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 25 class ApplicationSource < Struct.new( :cloud_formation_stack_arn, :tag_filters) SENSITIVE = [] include Aws::Structure end |
#tag_filters ⇒ Array<Types::TagFilter>
A set of tags (up to 50).
25 26 27 28 29 30 |
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 25 class ApplicationSource < Struct.new( :cloud_formation_stack_arn, :tag_filters) SENSITIVE = [] include Aws::Structure end |