Class: Aws::AppTest::Types::CloudFormationAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::CloudFormationAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the CloudFormation action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_type ⇒ String
The action type of the CloudFormation action.
-
#resource ⇒ String
The resource of the CloudFormation action.
Instance Attribute Details
#action_type ⇒ String
The action type of the CloudFormation action.
160 161 162 163 164 165 |
# File 'lib/aws-sdk-apptest/types.rb', line 160 class CloudFormationAction < Struct.new( :resource, :action_type) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ String
The resource of the CloudFormation action.
160 161 162 163 164 165 |
# File 'lib/aws-sdk-apptest/types.rb', line 160 class CloudFormationAction < Struct.new( :resource, :action_type) SENSITIVE = [] include Aws::Structure end |