Class: Aws::Types::DiversityColumn
- Inherits:
-
Object
- Object
- Aws::Types::DiversityColumn
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cap_type ⇒ "PERCENTAGE", "VALUE"
Returns the value of attribute cap_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#target ⇒ ::String
Returns the value of attribute target.
Instance Attribute Details
#cap_type ⇒ "PERCENTAGE", "VALUE"
Returns the value of attribute cap_type.
840 841 842 |
# File 'sig/types.rbs', line 840 def cap_type @cap_type end |
#name ⇒ ::String
Returns the value of attribute name.
839 840 841 |
# File 'sig/types.rbs', line 839 def name @name end |
#target ⇒ ::String
Returns the value of attribute target.
841 842 843 |
# File 'sig/types.rbs', line 841 def target @target end |