Class: Aws::Types::TransitionState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#disabled_reason::String

Returns the value of attribute disabled_reason.

Returns:

  • (::String)


1452
1453
1454
# File 'sig/types.rbs', line 1452

def disabled_reason
  @disabled_reason
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1449
1450
1451
# File 'sig/types.rbs', line 1449

def enabled
  @enabled
end

#last_changed_at::Time

Returns the value of attribute last_changed_at.

Returns:

  • (::Time)


1451
1452
1453
# File 'sig/types.rbs', line 1451

def last_changed_at
  @last_changed_at
end

#last_changed_by::String

Returns the value of attribute last_changed_by.

Returns:

  • (::String)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def last_changed_by
  @last_changed_by
end