Class: Aws::Types::DescribeFleetHistoryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


5879
5880
5881
# File 'sig/types.rbs', line 5879

def dry_run
  @dry_run
end

#event_type"instance-change", ...

Returns the value of attribute event_type.

Returns:

  • ("instance-change", "fleet-change", "service-error")


5880
5881
5882
# File 'sig/types.rbs', line 5880

def event_type
  @event_type
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


5883
5884
5885
# File 'sig/types.rbs', line 5883

def fleet_id
  @fleet_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


5881
5882
5883
# File 'sig/types.rbs', line 5881

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5882
5883
5884
# File 'sig/types.rbs', line 5882

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


5884
5885
5886
# File 'sig/types.rbs', line 5884

def start_time
  @start_time
end