Class: Aws::Types::ManagedAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_description::String

Returns the value of attribute action_description.

Returns:

  • (::String)


715
716
717
# File 'sig/types.rbs', line 715

def action_description
  @action_description
end

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


714
715
716
# File 'sig/types.rbs', line 714

def action_id
  @action_id
end

#action_type"InstanceRefresh", ...

Returns the value of attribute action_type.

Returns:

  • ("InstanceRefresh", "PlatformUpdate", "Unknown")


716
717
718
# File 'sig/types.rbs', line 716

def action_type
  @action_type
end

#status"Scheduled", ...

Returns the value of attribute status.

Returns:

  • ("Scheduled", "Pending", "Running", "Unknown")


717
718
719
# File 'sig/types.rbs', line 717

def status
  @status
end

#window_start_time::Time

Returns the value of attribute window_start_time.

Returns:

  • (::Time)


718
719
720
# File 'sig/types.rbs', line 718

def window_start_time
  @window_start_time
end