Class: Aws::FIS::Types::GetActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::GetActionRequest
- Defined in:
- gems/aws-sdk-fis/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 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1316 class GetActionRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |