Class: Aws::Types::ListFleetsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2026
2027
2028
# File 'sig/types.rbs', line 2026

def display_name
  @display_name
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


2022
2023
2024
# File 'sig/types.rbs', line 2022

def farm_id
  @farm_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2024
2025
2026
# File 'sig/types.rbs', line 2024

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2023
2024
2025
# File 'sig/types.rbs', line 2023

def next_token
  @next_token
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


2025
2026
2027
# File 'sig/types.rbs', line 2025

def principal_id
  @principal_id
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_FAILED", "SUSPENDED")


2027
2028
2029
# File 'sig/types.rbs', line 2027

def status
  @status
end