Class: Aws::Types::UpdateRelayRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authenticationTypes::RelayAuthentication

Returns the value of attribute authentication.



1510
1511
1512
# File 'sig/types.rbs', line 1510

def authentication
  @authentication
end

#relay_id::String

Returns the value of attribute relay_id.

Returns:

  • (::String)


1506
1507
1508
# File 'sig/types.rbs', line 1506

def relay_id
  @relay_id
end

#relay_name::String

Returns the value of attribute relay_name.

Returns:

  • (::String)


1507
1508
1509
# File 'sig/types.rbs', line 1507

def relay_name
  @relay_name
end

#server_name::String

Returns the value of attribute server_name.

Returns:

  • (::String)


1508
1509
1510
# File 'sig/types.rbs', line 1508

def server_name
  @server_name
end

#server_port::Integer

Returns the value of attribute server_port.

Returns:

  • (::Integer)


1509
1510
1511
# File 'sig/types.rbs', line 1509

def server_port
  @server_port
end