Class: Aws::Types::VsamAttributes

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:



1049
1050
1051
# File 'sig/types.rbs', line 1049

def alternate_keys
  @alternate_keys
end

#compressedBoolean

Returns the value of attribute compressed.

Returns:

  • (Boolean)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def compressed
  @compressed
end

#encoding::String

Returns the value of attribute encoding.

Returns:

  • (::String)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def encoding
  @encoding
end

#format::String

Returns the value of attribute format.

Returns:

  • (::String)


1052
1053
1054
# File 'sig/types.rbs', line 1052

def format
  @format
end

#primary_keyTypes::PrimaryKey

Returns the value of attribute primary_key.

Returns:



1053
1054
1055
# File 'sig/types.rbs', line 1053

def primary_key
  @primary_key
end