Class: Aws::Types::PolicyGrantingServiceAccess
- Inherits:
-
Object
- Object
- Aws::Types::PolicyGrantingServiceAccess
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
-
#entity_type ⇒ "USER", ...
Returns the value of attribute entity_type.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#policy_type ⇒ "INLINE", "MANAGED"
Returns the value of attribute policy_type.
Instance Attribute Details
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def entity_name @entity_name end |
#entity_type ⇒ "USER", ...
Returns the value of attribute entity_type.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def entity_type @entity_type end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def policy_arn @policy_arn end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1758 1759 1760 |
# File 'sig/types.rbs', line 1758 def policy_name @policy_name end |
#policy_type ⇒ "INLINE", "MANAGED"
Returns the value of attribute policy_type.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def policy_type @policy_type end |