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.



924
925
926
# File 'sig/types.rbs', line 924

def aggregation
  @aggregation
end

#customTypes::ConsolidatedPolicyCustom

Returns the value of attribute custom.



925
926
927
# File 'sig/types.rbs', line 925

def custom
  @custom
end

#listTypes::ConsolidatedPolicyList

Returns the value of attribute list.



923
924
925
# File 'sig/types.rbs', line 923

def list
  @list
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


926
927
928
# File 'sig/types.rbs', line 926

def unknown
  @unknown
end