Class: Aws::Types::DescribeUsageLimitsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUsageLimitsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#feature_type ⇒ "spectrum", ...
Returns the value of attribute feature_type.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#tag_keys ⇒ ::Array[::String]
Returns the value of attribute tag_keys.
-
#tag_values ⇒ ::Array[::String]
Returns the value of attribute tag_values.
-
#usage_limit_id ⇒ ::String
Returns the value of attribute usage_limit_id.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
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.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def feature_type @feature_type end |
#marker ⇒ ::String
Returns the value of attribute marker.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
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.
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.
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.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def usage_limit_id @usage_limit_id end |