Class: Aws::Types::Dimension
- Inherits:
-
Object
- Object
- Aws::Types::Dimension
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CalculatedAttributes, ProfileAttributes, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#calculated_attributes ⇒ ::Hash[::String, Types::CalculatedAttributeDimension]
Returns the value of attribute calculated_attributes.
-
#profile_attributes ⇒ Types::ProfileAttributes
Returns the value of attribute profile_attributes.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#calculated_attributes ⇒ ::Hash[::String, Types::CalculatedAttributeDimension]
Returns the value of attribute calculated_attributes.
816 817 818 |
# File 'sig/types.rbs', line 816 def calculated_attributes @calculated_attributes end |
#profile_attributes ⇒ Types::ProfileAttributes
Returns the value of attribute profile_attributes.
815 816 817 |
# File 'sig/types.rbs', line 815 def profile_attributes @profile_attributes end |
#unknown ⇒ Object
Returns the value of attribute unknown.
817 818 819 |
# File 'sig/types.rbs', line 817 def unknown @unknown end |