Class: Aws::Types::TargetSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


1684
1685
1686
# File 'sig/types.rbs', line 1684

def policy_name
  @policy_name
end

#source"SELF", "CROSS_ACCOUNT"

Returns the value of attribute source.

Returns:

  • ("SELF", "CROSS_ACCOUNT")


1685
1686
1687
# File 'sig/types.rbs', line 1685

def source
  @source
end

#value::Integer

Returns the value of attribute value.

Returns:

  • (::Integer)


1683
1684
1685
# File 'sig/types.rbs', line 1683

def value
  @value
end