Class: Aws::Types::ListBudgetsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


1968
1969
1970
# File 'sig/types.rbs', line 1968

def farm_id
  @farm_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1970
1971
1972
# File 'sig/types.rbs', line 1970

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1969
1970
1971
# File 'sig/types.rbs', line 1969

def next_token
  @next_token
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


1971
1972
1973
# File 'sig/types.rbs', line 1971

def status
  @status
end