Class: Aws::AppTest::Types::CloudFormationAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb

Overview

Specifies the CloudFormation action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_typeString

The action type of the CloudFormation action.

Returns:

  • (String)


160
161
162
163
164
165
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 160

class CloudFormationAction < Struct.new(
  :resource,
  :action_type)
  SENSITIVE = []
  include Aws::Structure
end

#resourceString

The resource of the CloudFormation action.

Returns:

  • (String)


160
161
162
163
164
165
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 160

class CloudFormationAction < Struct.new(
  :resource,
  :action_type)
  SENSITIVE = []
  include Aws::Structure
end