Class: Aws::Types::TargetSource
- Inherits:
-
Object
- Object
- Aws::Types::TargetSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#source ⇒ "SELF", "CROSS_ACCOUNT"
Returns the value of attribute source.
-
#value ⇒ ::Integer
Returns the value of attribute value.
Instance Attribute Details
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def policy_name @policy_name end |
#source ⇒ "SELF", "CROSS_ACCOUNT"
Returns the value of attribute source.
1635 1636 1637 |
# File 'sig/types.rbs', line 1635 def source @source end |
#value ⇒ ::Integer
Returns the value of attribute value.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def value @value end |