Class: Aws::NovaAct::Types::CreateActResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#act_idString

The unique identifier for the created act.

Returns:

  • (String)


286
287
288
289
290
291
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 286

class CreateActResponse < Struct.new(
  :act_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The initial status of the act after creation.

Returns:

  • (String)


286
287
288
289
290
291
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 286

class CreateActResponse < Struct.new(
  :act_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end