Class: Aws::FIS::Types::GetActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::GetActionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the action.
Instance Attribute Details
#id ⇒ String
The ID of the action.
1316 1317 1318 1319 1320 |
# File 'lib/aws-sdk-fis/types.rb', line 1316 class GetActionRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |