Class: Aws::Types::Resource
- Inherits:
-
Object
- Object
- Aws::Types::Resource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disabled_date ⇒ ::Time
Returns the value of attribute disabled_date.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#enabled_date ⇒ ::Time
Returns the value of attribute enabled_date.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
-
#type ⇒ "ROOM", "EQUIPMENT"
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def description @description end |
#disabled_date ⇒ ::Time
Returns the value of attribute disabled_date.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def disabled_date @disabled_date end |
#email ⇒ ::String
Returns the value of attribute email.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def email @email end |
#enabled_date ⇒ ::Time
Returns the value of attribute enabled_date.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def enabled_date @enabled_date end |
#id ⇒ ::String
Returns the value of attribute id.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def name @name end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def state @state end |
#type ⇒ "ROOM", "EQUIPMENT"
Returns the value of attribute type.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def type @type end |