Class: Aws::Types::ConsolidatedPolicyV1

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Aggregation, Custom, List, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregationTypes::ConsolidatedPolicyAggregation

Returns the value of attribute aggregation.



905
906
907
# File 'sig/types.rbs', line 905

def aggregation
  @aggregation
end

#customTypes::ConsolidatedPolicyCustom

Returns the value of attribute custom.



906
907
908
# File 'sig/types.rbs', line 906

def custom
  @custom
end

#listTypes::ConsolidatedPolicyList

Returns the value of attribute list.



904
905
906
# File 'sig/types.rbs', line 904

def list
  @list
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


907
908
909
# File 'sig/types.rbs', line 907

def unknown
  @unknown
end