Class: Aws::Types::PolicyIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::PolicyIdentifier
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: InlinePolicyIdentifier, PolicyArn, PolicyType, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inline_policy_identifier ⇒ Types::InlinePolicyIdentifierType
Returns the value of attribute inline_policy_identifier.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#policy_type ⇒ "inline", ...
Returns the value of attribute policy_type.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#inline_policy_identifier ⇒ Types::InlinePolicyIdentifierType
Returns the value of attribute inline_policy_identifier.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def inline_policy_identifier @inline_policy_identifier end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def policy_arn @policy_arn end |
#policy_type ⇒ "inline", ...
Returns the value of attribute policy_type.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def policy_type @policy_type end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def unknown @unknown end |