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.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def inline_policy_identifier @inline_policy_identifier end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def policy_arn @policy_arn end |
#policy_type ⇒ "inline", ...
Returns the value of attribute policy_type.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def policy_type @policy_type end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def unknown @unknown end |