Class: Aws::Types::AssociationExecution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_configurationTypes::AlarmConfiguration

Returns the value of attribute alarm_configuration.



152
153
154
# File 'sig/types.rbs', line 152

def alarm_configuration
  @alarm_configuration
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def association_id
  @association_id
end

#association_version::String

Returns the value of attribute association_version.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def association_version
  @association_version
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


149
150
151
# File 'sig/types.rbs', line 149

def created_time
  @created_time
end

#detailed_status::String

Returns the value of attribute detailed_status.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def detailed_status
  @detailed_status
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def execution_id
  @execution_id
end

#last_execution_date::Time

Returns the value of attribute last_execution_date.

Returns:

  • (::Time)


150
151
152
# File 'sig/types.rbs', line 150

def last_execution_date
  @last_execution_date
end

#resource_count_by_status::String

Returns the value of attribute resource_count_by_status.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def resource_count_by_status
  @resource_count_by_status
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def status
  @status
end

#triggered_alarms::Array[Types::AlarmStateInformation]

Returns the value of attribute triggered_alarms.

Returns:



153
154
155
# File 'sig/types.rbs', line 153

def triggered_alarms
  @triggered_alarms
end