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.
5306 5307 5308 |
# File 'sig/types.rbs', line 5306 def statuses @statuses end |
#use_long_ids_aggregated ⇒ Boolean
Returns the value of attribute use_long_ids_aggregated.
5305 5306 5307 |
# File 'sig/types.rbs', line 5305 def use_long_ids_aggregated @use_long_ids_aggregated end |