Class: Aws::Types::DatasetOrgAttributes
- Inherits:
-
Object
- Object
- Aws::Types::DatasetOrgAttributes
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Gdg, Po, Ps, Unknown, Vsam
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gdg ⇒ Types::GdgAttributes
Returns the value of attribute gdg.
-
#po ⇒ Types::PoAttributes
Returns the value of attribute po.
-
#ps ⇒ Types::PsAttributes
Returns the value of attribute ps.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#vsam ⇒ Types::VsamAttributes
Returns the value of attribute vsam.
Instance Attribute Details
#gdg ⇒ Types::GdgAttributes
Returns the value of attribute gdg.
309 310 311 |
# File 'sig/types.rbs', line 309 def gdg @gdg end |
#po ⇒ Types::PoAttributes
Returns the value of attribute po.
310 311 312 |
# File 'sig/types.rbs', line 310 def po @po end |
#ps ⇒ Types::PsAttributes
Returns the value of attribute ps.
311 312 313 |
# File 'sig/types.rbs', line 311 def ps @ps end |
#unknown ⇒ Object
Returns the value of attribute unknown.
313 314 315 |
# File 'sig/types.rbs', line 313 def unknown @unknown end |
#vsam ⇒ Types::VsamAttributes
Returns the value of attribute vsam.
312 313 314 |
# File 'sig/types.rbs', line 312 def vsam @vsam end |