Class: Aws::Types::DescribeFleetEventsInput

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)


791
792
793
# File 'sig/types.rbs', line 791

def end_time
  @end_time
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def fleet_id
  @fleet_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


792
793
794
# File 'sig/types.rbs', line 792

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


793
794
795
# File 'sig/types.rbs', line 793

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


790
791
792
# File 'sig/types.rbs', line 790

def start_time
  @start_time
end