Class: Aws::Types::DescribeAggregateIdFormatResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAggregateIdFormatResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#statuses ⇒ ::Array[Types::IdFormat]
Returns the value of attribute statuses.
-
#use_long_ids_aggregated ⇒ Boolean
Returns the value of attribute use_long_ids_aggregated.
Instance Attribute Details
#statuses ⇒ ::Array[Types::IdFormat]
Returns the value of attribute statuses.
5381 5382 5383 |
# File 'sig/types.rbs', line 5381 def statuses @statuses end |
#use_long_ids_aggregated ⇒ Boolean
Returns the value of attribute use_long_ids_aggregated.
5380 5381 5382 |
# File 'sig/types.rbs', line 5380 def use_long_ids_aggregated @use_long_ids_aggregated end |