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.
10805 10806 10807 |
# File 'sig/types.rbs', line 10805 def deadline @deadline end |
#resource ⇒ ::String
Returns the value of attribute resource.
10806 10807 10808 |
# File 'sig/types.rbs', line 10806 def resource @resource end |
#use_long_ids ⇒ Boolean
Returns the value of attribute use_long_ids.
10807 10808 10809 |
# File 'sig/types.rbs', line 10807 def use_long_ids @use_long_ids end |