Class: Aws::Types::MobileDeviceAccessOverride

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#date_created::Time

Returns the value of attribute date_created.



1164
1165
1166
# File 'sig/types.rbs', line 1164

def date_created
  @date_created
end

#date_modified::Time

Returns the value of attribute date_modified.



1165
1166
1167
# File 'sig/types.rbs', line 1165

def date_modified
  @date_modified
end

#description::String

Returns the value of attribute description.



1163
1164
1165
# File 'sig/types.rbs', line 1163

def description
  @description
end

#device_id::String

Returns the value of attribute device_id.



1161
1162
1163
# File 'sig/types.rbs', line 1161

def device_id
  @device_id
end

#effect"ALLOW", "DENY"

Returns the value of attribute effect.



1162
1163
1164
# File 'sig/types.rbs', line 1162

def effect
  @effect
end

#user_id::String

Returns the value of attribute user_id.



1160
1161
1162
# File 'sig/types.rbs', line 1160

def user_id
  @user_id
end