Class: Aws::Types::PolicySummary
- Inherits:
-
Object
- Object
- Aws::Types::PolicySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#aws_managed ⇒ Boolean
Returns the value of attribute aws_managed.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "SERVICE_CONTROL_POLICY", ...
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
888 889 890 |
# File 'sig/types.rbs', line 888 def arn @arn end |
#aws_managed ⇒ Boolean
Returns the value of attribute aws_managed.
892 893 894 |
# File 'sig/types.rbs', line 892 def aws_managed @aws_managed end |
#description ⇒ ::String
Returns the value of attribute description.
890 891 892 |
# File 'sig/types.rbs', line 890 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
887 888 889 |
# File 'sig/types.rbs', line 887 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
889 890 891 |
# File 'sig/types.rbs', line 889 def name @name end |
#type ⇒ "SERVICE_CONTROL_POLICY", ...
Returns the value of attribute type.
891 892 893 |
# File 'sig/types.rbs', line 891 def type @type end |