Class: Aws::Types::DatasetDetailOrgAttributes

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::GdgDetailAttributes

Returns the value of attribute gdg.



289
290
291
# File 'sig/types.rbs', line 289

def gdg
  @gdg
end

#poTypes::PoDetailAttributes

Returns the value of attribute po.



290
291
292
# File 'sig/types.rbs', line 290

def po
  @po
end

#psTypes::PsDetailAttributes

Returns the value of attribute ps.



291
292
293
# File 'sig/types.rbs', line 291

def ps
  @ps
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


293
294
295
# File 'sig/types.rbs', line 293

def unknown
  @unknown
end

#vsamTypes::VsamDetailAttributes

Returns the value of attribute vsam.



292
293
294
# File 'sig/types.rbs', line 292

def vsam
  @vsam
end