Class: Aws::Types::GetMobileDeviceAccessEffectRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#device_model::String

Returns the value of attribute device_model.

Returns:



722
723
724
# File 'sig/types.rbs', line 722

def device_model
  @device_model
end

#device_operating_system::String

Returns the value of attribute device_operating_system.

Returns:



723
724
725
# File 'sig/types.rbs', line 723

def device_operating_system
  @device_operating_system
end

#device_type::String

Returns the value of attribute device_type.

Returns:



721
722
723
# File 'sig/types.rbs', line 721

def device_type
  @device_type
end

#device_user_agent::String

Returns the value of attribute device_user_agent.

Returns:



724
725
726
# File 'sig/types.rbs', line 724

def device_user_agent
  @device_user_agent
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:



720
721
722
# File 'sig/types.rbs', line 720

def organization_id
  @organization_id
end