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.
11290 11291 11292 |
# File 'sig/types.rbs', line 11290 def deadline @deadline end |
#resource ⇒ ::String
Returns the value of attribute resource.
11291 11292 11293 |
# File 'sig/types.rbs', line 11291 def resource @resource end |
#use_long_ids ⇒ Boolean
Returns the value of attribute use_long_ids.
11292 11293 11294 |
# File 'sig/types.rbs', line 11292 def use_long_ids @use_long_ids end |