Class: Aws::Types::OrganizationEvent

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")


333
334
335
# File 'sig/types.rbs', line 333

def actionability
  @actionability
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def arn
  @arn
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


330
331
332
# File 'sig/types.rbs', line 330

def end_time
  @end_time
end

#event_scope_code"PUBLIC", ...

Returns the value of attribute event_scope_code.

Returns:

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


327
328
329
# File 'sig/types.rbs', line 327

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")


326
327
328
# File 'sig/types.rbs', line 326

def event_type_category
  @event_type_category
end

#event_type_code::String

Returns the value of attribute event_type_code.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def event_type_code
  @event_type_code
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


331
332
333
# File 'sig/types.rbs', line 331

def last_updated_time
  @last_updated_time
end

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

Returns the value of attribute personas.

Returns:

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


334
335
336
# File 'sig/types.rbs', line 334

def personas
  @personas
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def region
  @region
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


324
325
326
# File 'sig/types.rbs', line 324

def service
  @service
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


329
330
331
# File 'sig/types.rbs', line 329

def start_time
  @start_time
end

#status_code"open", ...

Returns the value of attribute status_code.

Returns:

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


332
333
334
# File 'sig/types.rbs', line 332

def status_code
  @status_code
end