Class: Aws::Types::ListSystemEventsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


809
810
811
# File 'sig/types.rbs', line 809

def end_time
  @end_time
end

#event_types::Array[("SYSTEM_CREATED" | "SYSTEM_DELETED" | "SYSTEM_USER_JOURNEY_CREATED" | "SYSTEM_USER_JOURNEY_UPDATED" | "SYSTEM_USER_JOURNEY_DELETED" | "SYSTEM_SERVICE_ASSOCIATED" | "SYSTEM_SERVICE_DISASSOCIATED" | "SYSTEM_POLICY_ASSOCIATED" | "SYSTEM_POLICY_DISASSOCIATED")]

Returns the value of attribute event_types.

Returns:

  • (::Array[("SYSTEM_CREATED" | "SYSTEM_DELETED" | "SYSTEM_USER_JOURNEY_CREATED" | "SYSTEM_USER_JOURNEY_UPDATED" | "SYSTEM_USER_JOURNEY_DELETED" | "SYSTEM_SERVICE_ASSOCIATED" | "SYSTEM_SERVICE_DISASSOCIATED" | "SYSTEM_POLICY_ASSOCIATED" | "SYSTEM_POLICY_DISASSOCIATED")])


807
808
809
# File 'sig/types.rbs', line 807

def event_types
  @event_types
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


810
811
812
# File 'sig/types.rbs', line 810

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


811
812
813
# File 'sig/types.rbs', line 811

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


808
809
810
# File 'sig/types.rbs', line 808

def start_time
  @start_time
end

#system_arn::String

Returns the value of attribute system_arn.

Returns:

  • (::String)


806
807
808
# File 'sig/types.rbs', line 806

def system_arn
  @system_arn
end