Class: Aws::Types::MobileDeviceAccessRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date_created::Time

Returns the value of attribute date_created.

Returns:

  • (::Time)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def date_created
  @date_created
end

#date_modified::Time

Returns the value of attribute date_modified.

Returns:

  • (::Time)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def date_modified
  @date_modified
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1172
1173
1174
# File 'sig/types.rbs', line 1172

def description
  @description
end

#device_models::Array[::String]

Returns the value of attribute device_models.

Returns:

  • (::Array[::String])


1176
1177
1178
# File 'sig/types.rbs', line 1176

def device_models
  @device_models
end

#device_operating_systems::Array[::String]

Returns the value of attribute device_operating_systems.

Returns:

  • (::Array[::String])


1178
1179
1180
# File 'sig/types.rbs', line 1178

def device_operating_systems
  @device_operating_systems
end

#device_types::Array[::String]

Returns the value of attribute device_types.

Returns:

  • (::Array[::String])


1174
1175
1176
# File 'sig/types.rbs', line 1174

def device_types
  @device_types
end

#device_user_agents::Array[::String]

Returns the value of attribute device_user_agents.

Returns:

  • (::Array[::String])


1180
1181
1182
# File 'sig/types.rbs', line 1180

def device_user_agents
  @device_user_agents
end

#effect"ALLOW", "DENY"

Returns the value of attribute effect.

Returns:

  • ("ALLOW", "DENY")


1173
1174
1175
# File 'sig/types.rbs', line 1173

def effect
  @effect
end

#mobile_device_access_rule_id::String

Returns the value of attribute mobile_device_access_rule_id.

Returns:

  • (::String)


1170
1171
1172
# File 'sig/types.rbs', line 1170

def mobile_device_access_rule_id
  @mobile_device_access_rule_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1171
1172
1173
# File 'sig/types.rbs', line 1171

def name
  @name
end

#not_device_models::Array[::String]

Returns the value of attribute not_device_models.

Returns:

  • (::Array[::String])


1177
1178
1179
# File 'sig/types.rbs', line 1177

def not_device_models
  @not_device_models
end

#not_device_operating_systems::Array[::String]

Returns the value of attribute not_device_operating_systems.

Returns:

  • (::Array[::String])


1179
1180
1181
# File 'sig/types.rbs', line 1179

def not_device_operating_systems
  @not_device_operating_systems
end

#not_device_types::Array[::String]

Returns the value of attribute not_device_types.

Returns:

  • (::Array[::String])


1175
1176
1177
# File 'sig/types.rbs', line 1175

def not_device_types
  @not_device_types
end

#not_device_user_agents::Array[::String]

Returns the value of attribute not_device_user_agents.

Returns:

  • (::Array[::String])


1181
1182
1183
# File 'sig/types.rbs', line 1181

def not_device_user_agents
  @not_device_user_agents
end