Class: Aws::Types::DescribeFleetLocationAttributesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


804
805
806
# File 'sig/types.rbs', line 804

def fleet_id
  @fleet_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


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

def limit
  @limit
end

#locations::Array[::String]

Returns the value of attribute locations.

Returns:

  • (::Array[::String])


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

def locations
  @locations
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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

def next_token
  @next_token
end