Class: Aws::Types::GetAccessControlEffectRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#action::String

Returns the value of attribute action.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



637
638
639
# File 'sig/types.rbs', line 637

def user_id
  @user_id
end