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.
5170 5171 5172 |
# File 'sig/types.rbs', line 5170 def statuses @statuses end |
#use_long_ids_aggregated ⇒ Boolean
Returns the value of attribute use_long_ids_aggregated.
5169 5170 5171 |
# File 'sig/types.rbs', line 5169 def use_long_ids_aggregated @use_long_ids_aggregated end |