Class: Aws::Types::DeleteFleetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


940
941
942
# File 'sig/types.rbs', line 940

def client_token
  @client_token
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


938
939
940
# File 'sig/types.rbs', line 938

def farm_id
  @farm_id
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


939
940
941
# File 'sig/types.rbs', line 939

def fleet_id
  @fleet_id
end