Class: Aws::Types::CreateRelayRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRelayRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication ⇒ Types::RelayAuthentication
Returns the value of attribute authentication.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#authentication ⇒ Types::RelayAuthentication
Returns the value of attribute authentication.
242 243 244 |
# File 'sig/types.rbs', line 242 def authentication @authentication end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
238 239 240 |
# File 'sig/types.rbs', line 238 def client_token @client_token end |
#relay_name ⇒ ::String
Returns the value of attribute relay_name.
239 240 241 |
# File 'sig/types.rbs', line 239 def relay_name @relay_name end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
240 241 242 |
# File 'sig/types.rbs', line 240 def server_name @server_name end |
#server_port ⇒ ::Integer
Returns the value of attribute server_port.
241 242 243 |
# File 'sig/types.rbs', line 241 def server_port @server_port end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
243 244 245 |
# File 'sig/types.rbs', line 243 def end |