Class: Aws::Types::IdFormat
- Inherits:
-
Object
- Object
- Aws::Types::IdFormat
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deadline ⇒ ::Time
Returns the value of attribute deadline.
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#use_long_ids ⇒ Boolean
Returns the value of attribute use_long_ids.
Instance Attribute Details
#deadline ⇒ ::Time
Returns the value of attribute deadline.
11284 11285 11286 |
# File 'sig/types.rbs', line 11284 def deadline @deadline end |
#resource ⇒ ::String
Returns the value of attribute resource.
11285 11286 11287 |
# File 'sig/types.rbs', line 11285 def resource @resource end |
#use_long_ids ⇒ Boolean
Returns the value of attribute use_long_ids.
11286 11287 11288 |
# File 'sig/types.rbs', line 11286 def use_long_ids @use_long_ids end |