Class: Aws::Types::GetRelayResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRelayResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication ⇒ Types::RelayAuthentication
Returns the value of attribute authentication.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
-
#relay_arn ⇒ ::String
Returns the value of attribute relay_arn.
-
#relay_id ⇒ ::String
Returns the value of attribute relay_id.
-
#relay_name ⇒ ::String
Returns the value of attribute relay_name.
-
#server_name ⇒ ::String
Returns the value of attribute server_name.
-
#server_port ⇒ ::Integer
Returns the value of attribute server_port.
Instance Attribute Details
#authentication ⇒ Types::RelayAuthentication
Returns the value of attribute authentication.
589 590 591 |
# File 'sig/types.rbs', line 589 def authentication @authentication end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
590 591 592 |
# File 'sig/types.rbs', line 590 def end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
591 592 593 |
# File 'sig/types.rbs', line 591 def end |
#relay_arn ⇒ ::String
Returns the value of attribute relay_arn.
585 586 587 |
# File 'sig/types.rbs', line 585 def relay_arn @relay_arn end |
#relay_id ⇒ ::String
Returns the value of attribute relay_id.
584 585 586 |
# File 'sig/types.rbs', line 584 def relay_id @relay_id end |
#relay_name ⇒ ::String
Returns the value of attribute relay_name.
586 587 588 |
# File 'sig/types.rbs', line 586 def relay_name @relay_name end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
587 588 589 |
# File 'sig/types.rbs', line 587 def server_name @server_name end |
#server_port ⇒ ::Integer
Returns the value of attribute server_port.
588 589 590 |
# File 'sig/types.rbs', line 588 def server_port @server_port end |