Class: Aws::Types::ListLabelsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#equipment::String

Returns the value of attribute equipment.

Returns:

  • (::String)


728
729
730
# File 'sig/types.rbs', line 728

def equipment
  @equipment
end

#fault_code::String

Returns the value of attribute fault_code.

Returns:

  • (::String)


727
728
729
# File 'sig/types.rbs', line 727

def fault_code
  @fault_code
end

#interval_end_time::Time

Returns the value of attribute interval_end_time.

Returns:

  • (::Time)


726
727
728
# File 'sig/types.rbs', line 726

def interval_end_time
  @interval_end_time
end

#interval_start_time::Time

Returns the value of attribute interval_start_time.

Returns:

  • (::Time)


725
726
727
# File 'sig/types.rbs', line 725

def interval_start_time
  @interval_start_time
end

#label_group_name::String

Returns the value of attribute label_group_name.

Returns:

  • (::String)


724
725
726
# File 'sig/types.rbs', line 724

def label_group_name
  @label_group_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


730
731
732
# File 'sig/types.rbs', line 730

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

def next_token
  @next_token
end