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.
11066 11067 11068 |
# File 'sig/types.rbs', line 11066 def deadline @deadline end |
#resource ⇒ ::String
Returns the value of attribute resource.
11067 11068 11069 |
# File 'sig/types.rbs', line 11067 def resource @resource end |
#use_long_ids ⇒ Boolean
Returns the value of attribute use_long_ids.
11068 11069 11070 |
# File 'sig/types.rbs', line 11068 def use_long_ids @use_long_ids end |