Class: Aws::Types::Relay
- Inherits:
-
Object
- Object
- Aws::Types::Relay
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
-
#relay_id ⇒ ::String
Returns the value of attribute relay_id.
-
#relay_name ⇒ ::String
Returns the value of attribute relay_name.
Instance Attribute Details
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def @last_modified_timestamp end |
#relay_id ⇒ ::String
Returns the value of attribute relay_id.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def relay_id @relay_id end |
#relay_name ⇒ ::String
Returns the value of attribute relay_name.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def relay_name @relay_name end |