Class: Aws::Types::DescribeUsageLimitsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


1369
1370
1371
# File 'sig/types.rbs', line 1369

def cluster_identifier
  @cluster_identifier
end

#feature_type"spectrum", ...

Returns the value of attribute feature_type.

Returns:

  • ("spectrum", "concurrency-scaling", "cross-region-datasharing", "extra-compute-for-automatic-optimization")


1370
1371
1372
# File 'sig/types.rbs', line 1370

def feature_type
  @feature_type
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1372
1373
1374
# File 'sig/types.rbs', line 1372

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1371
1372
1373
# File 'sig/types.rbs', line 1371

def max_records
  @max_records
end

#tag_keys::Array[::String]

Returns the value of attribute tag_keys.

Returns:

  • (::Array[::String])


1373
1374
1375
# File 'sig/types.rbs', line 1373

def tag_keys
  @tag_keys
end

#tag_values::Array[::String]

Returns the value of attribute tag_values.

Returns:

  • (::Array[::String])


1374
1375
1376
# File 'sig/types.rbs', line 1374

def tag_values
  @tag_values
end

#usage_limit_id::String

Returns the value of attribute usage_limit_id.

Returns:

  • (::String)


1368
1369
1370
# File 'sig/types.rbs', line 1368

def usage_limit_id
  @usage_limit_id
end