Class: Aws::Types::AlternateKey
- Inherits:
-
Object
- Object
- Aws::Types::AlternateKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_duplicates ⇒ Boolean
Returns the value of attribute allow_duplicates.
-
#length ⇒ ::Integer
Returns the value of attribute length.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#offset ⇒ ::Integer
Returns the value of attribute offset.
Instance Attribute Details
#allow_duplicates ⇒ Boolean
Returns the value of attribute allow_duplicates.
17 18 19 |
# File 'sig/types.rbs', line 17 def allow_duplicates @allow_duplicates end |
#length ⇒ ::Integer
Returns the value of attribute length.
18 19 20 |
# File 'sig/types.rbs', line 18 def length @length end |
#name ⇒ ::String
Returns the value of attribute name.
19 20 21 |
# File 'sig/types.rbs', line 19 def name @name end |
#offset ⇒ ::Integer
Returns the value of attribute offset.
20 21 22 |
# File 'sig/types.rbs', line 20 def offset @offset end |