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)


830
831
832
# File 'sig/types.rbs', line 830

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


828
829
830
# File 'sig/types.rbs', line 828

def event_types
  @event_types
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


831
832
833
# File 'sig/types.rbs', line 831

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


832
833
834
# File 'sig/types.rbs', line 832

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


829
830
831
# File 'sig/types.rbs', line 829

def start_time
  @start_time
end

#system_arn::String

Returns the value of attribute system_arn.

Returns:

  • (::String)


827
828
829
# File 'sig/types.rbs', line 827

def system_arn
  @system_arn
end