Class: Aws::Types::Event

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionability"ACTION_REQUIRED", ...

Returns the value of attribute actionability.

Returns:

  • ("ACTION_REQUIRED", "ACTION_MAY_BE_REQUIRED", "INFORMATIONAL")


228
229
230
# File 'sig/types.rbs', line 228

def actionability
  @actionability
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def arn
  @arn
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def availability_zone
  @availability_zone
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


224
225
226
# File 'sig/types.rbs', line 224

def end_time
  @end_time
end

#event_scope_code"PUBLIC", ...

Returns the value of attribute event_scope_code.

Returns:

  • ("PUBLIC", "ACCOUNT_SPECIFIC", "NONE")


227
228
229
# File 'sig/types.rbs', line 227

def event_scope_code
  @event_scope_code
end

#event_type_category"issue", ...

Returns the value of attribute event_type_category.

Returns:

  • ("issue", "accountNotification", "scheduledChange", "investigation")


220
221
222
# File 'sig/types.rbs', line 220

def event_type_category
  @event_type_category
end

#event_type_code::String

Returns the value of attribute event_type_code.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def event_type_code
  @event_type_code
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


225
226
227
# File 'sig/types.rbs', line 225

def last_updated_time
  @last_updated_time
end

#personas::Array[("OPERATIONS" | "SECURITY" | "BILLING")]

Returns the value of attribute personas.

Returns:

  • (::Array[("OPERATIONS" | "SECURITY" | "BILLING")])


229
230
231
# File 'sig/types.rbs', line 229

def personas
  @personas
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def region
  @region
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def service
  @service
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


223
224
225
# File 'sig/types.rbs', line 223

def start_time
  @start_time
end

#status_code"open", ...

Returns the value of attribute status_code.

Returns:

  • ("open", "closed", "upcoming")


226
227
228
# File 'sig/types.rbs', line 226

def status_code
  @status_code
end