Class: Aws::AutoScalingPlans::Types::ApplicationSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cloud_formation_stack_arnString

The Amazon Resource Name (ARN) of a AWS CloudFormation stack.

Returns:

  • (String)


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_filtersArray<Types::TagFilter>

A set of tags (up to 50).

Returns:



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