Class: Aws::Types::DatasetOrgAttributes

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

Defined Under Namespace

Classes: Gdg, Po, Ps, Unknown, Vsam

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#gdgTypes::GdgAttributes

Returns the value of attribute gdg.



309
310
311
# File 'sig/types.rbs', line 309

def gdg
  @gdg
end

#poTypes::PoAttributes

Returns the value of attribute po.

Returns:



310
311
312
# File 'sig/types.rbs', line 310

def po
  @po
end

#psTypes::PsAttributes

Returns the value of attribute ps.

Returns:



311
312
313
# File 'sig/types.rbs', line 311

def ps
  @ps
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


313
314
315
# File 'sig/types.rbs', line 313

def unknown
  @unknown
end

#vsamTypes::VsamAttributes

Returns the value of attribute vsam.



312
313
314
# File 'sig/types.rbs', line 312

def vsam
  @vsam
end