Class: Aws::Types::ConsolidatedPolicyV1
- Inherits:
-
Object
- Object
- Aws::Types::ConsolidatedPolicyV1
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Aggregation, Custom, List, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation ⇒ Types::ConsolidatedPolicyAggregation
Returns the value of attribute aggregation.
-
#custom ⇒ Types::ConsolidatedPolicyCustom
Returns the value of attribute custom.
-
#list ⇒ Types::ConsolidatedPolicyList
Returns the value of attribute list.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#aggregation ⇒ Types::ConsolidatedPolicyAggregation
Returns the value of attribute aggregation.
905 906 907 |
# File 'sig/types.rbs', line 905 def aggregation @aggregation end |
#custom ⇒ Types::ConsolidatedPolicyCustom
Returns the value of attribute custom.
906 907 908 |
# File 'sig/types.rbs', line 906 def custom @custom end |
#list ⇒ Types::ConsolidatedPolicyList
Returns the value of attribute list.
904 905 906 |
# File 'sig/types.rbs', line 904 def list @list end |
#unknown ⇒ Object
Returns the value of attribute unknown.
907 908 909 |
# File 'sig/types.rbs', line 907 def unknown @unknown end |