Class: Aws::Types::HoursOfOperationsIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::HoursOfOperationsIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4486 4487 4488 |
# File 'sig/types.rbs', line 4486 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
4485 4486 4487 |
# File 'sig/types.rbs', line 4485 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
4484 4485 4486 |
# File 'sig/types.rbs', line 4484 def name @name end |