Class: Aws::Types::ListMobileDeviceAccessOverridesRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#device_id::String

Returns the value of attribute device_id.



993
994
995
# File 'sig/types.rbs', line 993

def device_id
  @device_id
end

#max_results::Integer

Returns the value of attribute max_results.



995
996
997
# File 'sig/types.rbs', line 995

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



994
995
996
# File 'sig/types.rbs', line 994

def next_token
  @next_token
end

#organization_id::String

Returns the value of attribute organization_id.



991
992
993
# File 'sig/types.rbs', line 991

def organization_id
  @organization_id
end

#user_id::String

Returns the value of attribute user_id.



992
993
994
# File 'sig/types.rbs', line 992

def user_id
  @user_id
end