Class: Aws::Types::GetMobileDeviceAccessOverrideResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMobileDeviceAccessOverrideResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_created ⇒ ::Time
Returns the value of attribute date_created.
-
#date_modified ⇒ ::Time
Returns the value of attribute date_modified.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#effect ⇒ "ALLOW", "DENY"
Returns the value of attribute effect.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#date_created ⇒ ::Time
Returns the value of attribute date_created.
746 747 748 |
# File 'sig/types.rbs', line 746 def date_created @date_created end |
#date_modified ⇒ ::Time
Returns the value of attribute date_modified.
747 748 749 |
# File 'sig/types.rbs', line 747 def date_modified @date_modified end |
#description ⇒ ::String
Returns the value of attribute description.
745 746 747 |
# File 'sig/types.rbs', line 745 def description @description end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
743 744 745 |
# File 'sig/types.rbs', line 743 def device_id @device_id end |
#effect ⇒ "ALLOW", "DENY"
Returns the value of attribute effect.
744 745 746 |
# File 'sig/types.rbs', line 744 def effect @effect end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
742 743 744 |
# File 'sig/types.rbs', line 742 def user_id @user_id end |