Class: Aws::Types::VsamDetailAttributes
- Inherits:
-
Object
- Object
- Aws::Types::VsamDetailAttributes
- 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.
-
#cache_at_startup ⇒ Boolean
Returns the value of attribute cache_at_startup.
-
#compressed ⇒ Boolean
Returns the value of attribute compressed.
-
#encoding ⇒ ::String
Returns the value of attribute encoding.
-
#primary_key ⇒ Types::PrimaryKey
Returns the value of attribute primary_key.
-
#record_format ⇒ ::String
Returns the value of attribute record_format.
Instance Attribute Details
#alternate_keys ⇒ ::Array[Types::AlternateKey]
Returns the value of attribute alternate_keys.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def alternate_keys @alternate_keys end |
#cache_at_startup ⇒ Boolean
Returns the value of attribute cache_at_startup.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def cache_at_startup @cache_at_startup end |
#compressed ⇒ Boolean
Returns the value of attribute compressed.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def compressed @compressed end |
#encoding ⇒ ::String
Returns the value of attribute encoding.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def encoding @encoding end |
#primary_key ⇒ Types::PrimaryKey
Returns the value of attribute primary_key.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def primary_key @primary_key end |
#record_format ⇒ ::String
Returns the value of attribute record_format.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def record_format @record_format end |