Class: Aws::Types::AssociatedSegment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def message
  @message
end

#segment_name::String

Returns the value of attribute segment_name.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def segment_name
  @segment_name
end

#status"STARTING", ...

Returns the value of attribute status.

Returns:

  • ("STARTING", "RUNNING", "STOPPED", "FAILED")


104
105
106
# File 'sig/types.rbs', line 104

def status
  @status
end