Class: Aws::Types::ConfigurationEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def 
  @account_id
end

#event_detail::String

Returns the value of attribute event_detail.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def event_detail
  @event_detail
end

#event_resource_name::String

Returns the value of attribute event_resource_name.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def event_resource_name
  @event_resource_name
end

#event_resource_type"CLOUDWATCH_ALARM", ...

Returns the value of attribute event_resource_type.

Returns:

  • ("CLOUDWATCH_ALARM", "CLOUDWATCH_LOG", "CLOUDFORMATION", "SSM_ASSOCIATION")


65
66
67
# File 'sig/types.rbs', line 65

def event_resource_type
  @event_resource_type
end

#event_status"INFO", ...

Returns the value of attribute event_status.

Returns:

  • ("INFO", "WARN", "ERROR")


64
65
66
# File 'sig/types.rbs', line 64

def event_status
  @event_status
end

#event_time::Time

Returns the value of attribute event_time.

Returns:

  • (::Time)


66
67
68
# File 'sig/types.rbs', line 66

def event_time
  @event_time
end

#monitored_resource_arn::String

Returns the value of attribute monitored_resource_arn.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def monitored_resource_arn
  @monitored_resource_arn
end

#resource_group_name::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def resource_group_name
  @resource_group_name
end