Class: Aws::Types::PolicyInfo
- Inherits:
-
Object
- Object
- Aws::Types::PolicyInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attached_to ⇒ ::Array[Types::AttachedTo]
Returns the value of attribute attached_to.
-
#inline ⇒ Boolean
Returns the value of attribute inline.
-
#type ⇒ "IDENTITY_BASED_POLICY", ...
Returns the value of attribute type.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#attached_to ⇒ ::Array[Types::AttachedTo]
Returns the value of attribute attached_to.
65 66 67 |
# File 'sig/types.rbs', line 65 def attached_to @attached_to end |
#inline ⇒ Boolean
Returns the value of attribute inline.
63 64 65 |
# File 'sig/types.rbs', line 63 def inline @inline end |
#type ⇒ "IDENTITY_BASED_POLICY", ...
Returns the value of attribute type.
62 63 64 |
# File 'sig/types.rbs', line 62 def type @type end |
#uri ⇒ ::String
Returns the value of attribute uri.
64 65 66 |
# File 'sig/types.rbs', line 64 def uri @uri end |