Class: Aws::Types::GetRelayResponse

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.



589
590
591
# File 'sig/types.rbs', line 589

def authentication
  @authentication
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


590
591
592
# File 'sig/types.rbs', line 590

def created_timestamp
  @created_timestamp
end

#last_modified_timestamp::Time

Returns the value of attribute last_modified_timestamp.

Returns:

  • (::Time)


591
592
593
# File 'sig/types.rbs', line 591

def last_modified_timestamp
  @last_modified_timestamp
end

#relay_arn::String

Returns the value of attribute relay_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


588
589
590
# File 'sig/types.rbs', line 588

def server_port
  @server_port
end