Class: Aws::Types::PolicyTargetSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


898
899
900
# File 'sig/types.rbs', line 898

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


899
900
901
# File 'sig/types.rbs', line 899

def name
  @name
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


897
898
899
# File 'sig/types.rbs', line 897

def target_id
  @target_id
end

#type"ACCOUNT", ...

Returns the value of attribute type.

Returns:

  • ("ACCOUNT", "ORGANIZATIONAL_UNIT", "ROOT")


900
901
902
# File 'sig/types.rbs', line 900

def type
  @type
end