Class: Aws::Types::ListFleetsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#build_id::String

Returns the value of attribute build_id.

Returns:

  • (::String)


1620
1621
1622
# File 'sig/types.rbs', line 1620

def build_id
  @build_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1622
1623
1624
# File 'sig/types.rbs', line 1622

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1623
1624
1625
# File 'sig/types.rbs', line 1623

def next_token
  @next_token
end

#script_id::String

Returns the value of attribute script_id.

Returns:

  • (::String)


1621
1622
1623
# File 'sig/types.rbs', line 1621

def script_id
  @script_id
end