Class: Aws::Types::CreateWorkflowResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def id
  @id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "DELETED", "FAILED", "INACTIVE")


462
463
464
# File 'sig/types.rbs', line 462

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


463
464
465
# File 'sig/types.rbs', line 463

def tags
  @tags
end

#uuid::String

Returns the value of attribute uuid.

Returns:

  • (::String)


464
465
466
# File 'sig/types.rbs', line 464

def uuid
  @uuid
end