Class: Aws::Types::NodeOwnerInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


3193
3194
3195
# File 'sig/types.rbs', line 3193

def 
  @account_id
end

#organizational_unit_id::String

Returns the value of attribute organizational_unit_id.

Returns:

  • (::String)


3194
3195
3196
# File 'sig/types.rbs', line 3194

def organizational_unit_id
  @organizational_unit_id
end

#organizational_unit_path::String

Returns the value of attribute organizational_unit_path.

Returns:

  • (::String)


3195
3196
3197
# File 'sig/types.rbs', line 3195

def organizational_unit_path
  @organizational_unit_path
end