Class: Aws::NovaAct::Types::CreateActResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::CreateActResponse
- Defined in:
- gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#act_id ⇒ String
The unique identifier for the created act.
-
#status ⇒ String
The initial status of the act after creation.
Instance Attribute Details
#act_id ⇒ String
The unique identifier for the created act.
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 |
#status ⇒ String
The initial status of the act after creation.
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 |