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.
1657 1658 1659 1660 1661 |
# File 'lib/aws-sdk-fis/types.rb', line 1657 class GetActionRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |