Class: Aws::Types::VsamAttributes
- Inherits:
-
Object
- Object
- Aws::Types::VsamAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alternate_keys ⇒ ::Array[Types::AlternateKey]
Returns the value of attribute alternate_keys.
-
#compressed ⇒ Boolean
Returns the value of attribute compressed.
-
#encoding ⇒ ::String
Returns the value of attribute encoding.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#primary_key ⇒ Types::PrimaryKey
Returns the value of attribute primary_key.
Instance Attribute Details
#alternate_keys ⇒ ::Array[Types::AlternateKey]
Returns the value of attribute alternate_keys.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def alternate_keys @alternate_keys end |
#compressed ⇒ Boolean
Returns the value of attribute compressed.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def compressed @compressed end |
#encoding ⇒ ::String
Returns the value of attribute encoding.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def encoding @encoding end |
#format ⇒ ::String
Returns the value of attribute format.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def format @format end |
#primary_key ⇒ Types::PrimaryKey
Returns the value of attribute primary_key.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def primary_key @primary_key end |