Class: Aws::Types::VsamDetailAttributes

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alternate_keys::Array[Types::AlternateKey]

Returns the value of attribute alternate_keys.

Returns:



1058
1059
1060
# File 'sig/types.rbs', line 1058

def alternate_keys
  @alternate_keys
end

#cache_at_startupBoolean

Returns the value of attribute cache_at_startup.

Returns:

  • (Boolean)


1059
1060
1061
# File 'sig/types.rbs', line 1059

def cache_at_startup
  @cache_at_startup
end

#compressedBoolean

Returns the value of attribute compressed.

Returns:

  • (Boolean)


1060
1061
1062
# File 'sig/types.rbs', line 1060

def compressed
  @compressed
end

#encoding::String

Returns the value of attribute encoding.

Returns:

  • (::String)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def encoding
  @encoding
end

#primary_keyTypes::PrimaryKey

Returns the value of attribute primary_key.

Returns:



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.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def record_format
  @record_format
end