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.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def entity_name @entity_name end |
#entity_type ⇒ "USER", ...
Returns the value of attribute entity_type.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def entity_type @entity_type end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def policy_arn @policy_arn end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def policy_name @policy_name end |
#policy_type ⇒ "INLINE", "MANAGED"
Returns the value of attribute policy_type.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def policy_type @policy_type end |