Class: Aws::Types::GetAccessControlEffectRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAccessControlEffectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#impersonation_role_id ⇒ ::String
Returns the value of attribute impersonation_role_id.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
636 637 638 |
# File 'sig/types.rbs', line 636 def action @action end |
#impersonation_role_id ⇒ ::String
Returns the value of attribute impersonation_role_id.
638 639 640 |
# File 'sig/types.rbs', line 638 def impersonation_role_id @impersonation_role_id end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
635 636 637 |
# File 'sig/types.rbs', line 635 def ip_address @ip_address end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
634 635 636 |
# File 'sig/types.rbs', line 634 def organization_id @organization_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
637 638 639 |
# File 'sig/types.rbs', line 637 def user_id @user_id end |