Class: Aws::Types::ApplyEnvironmentManagedActionResult

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)


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

def action_description
  @action_description
end

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def action_id
  @action_id
end

#action_type"InstanceRefresh", ...

Returns the value of attribute action_type.

Returns:

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


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

def action_type
  @action_type
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


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

def status
  @status
end