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:



1328
1329
1330
1331
1332
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1328

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