Class: Aws::FIS::Types::GetActionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the action.

Returns:

  • (String)


1285
1286
1287
1288
1289
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1285

class GetActionRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end