Class: Aws::Types::Target

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

Defined Under Namespace

Classes: AccountId, OrganizationalUnitId, RootId, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


7824
7825
7826
# File 'sig/types.rbs', line 7824

def 
  @account_id
end

#organizational_unit_id::String

Returns the value of attribute organizational_unit_id.

Returns:

  • (::String)


7825
7826
7827
# File 'sig/types.rbs', line 7825

def organizational_unit_id
  @organizational_unit_id
end

#root_id::String

Returns the value of attribute root_id.

Returns:

  • (::String)


7826
7827
7828
# File 'sig/types.rbs', line 7826

def root_id
  @root_id
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


7827
7828
7829
# File 'sig/types.rbs', line 7827

def unknown
  @unknown
end