Class: Aws::FIS::Types::GetActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::GetActionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Types::Action
Information about the action.
Instance Attribute Details
#action ⇒ Types::Action
Information about the action.
1328 1329 1330 1331 1332 |
# File 'lib/aws-sdk-fis/types.rb', line 1328 class GetActionResponse < Struct.new( :action) SENSITIVE = [] include Aws::Structure end |