Class: Aws::Types::PolicyTargetSummary
- Inherits:
-
Object
- Object
- Aws::Types::PolicyTargetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
-
#type ⇒ "ACCOUNT", ...
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
898 899 900 |
# File 'sig/types.rbs', line 898 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
899 900 901 |
# File 'sig/types.rbs', line 899 def name @name end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
897 898 899 |
# File 'sig/types.rbs', line 897 def target_id @target_id end |
#type ⇒ "ACCOUNT", ...
Returns the value of attribute type.
900 901 902 |
# File 'sig/types.rbs', line 900 def type @type end |