Class: Aws::FIS::Types::GetActionResponse

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

#actionTypes::Action

Information about the action.

Returns:



1297
1298
1299
1300
1301
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1297

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