Class: Aws::Types::Dimension

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

Defined Under Namespace

Classes: CalculatedAttributes, ProfileAttributes, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:profile_attributes])

Instance Attribute Summary collapse

Instance Attribute Details

#calculated_attributes::Hash[::String, Types::CalculatedAttributeDimension]

Returns the value of attribute calculated_attributes.

Returns:



816
817
818
# File 'sig/types.rbs', line 816

def calculated_attributes
  @calculated_attributes
end

#profile_attributesTypes::ProfileAttributes

Returns the value of attribute profile_attributes.



815
816
817
# File 'sig/types.rbs', line 815

def profile_attributes
  @profile_attributes
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


817
818
819
# File 'sig/types.rbs', line 817

def unknown
  @unknown
end