Class: Aws::Types::ConnectionCredentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_token::String

Returns the value of attribute connection_token.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def connection_token
  @connection_token
end

#expiry::String

Returns the value of attribute expiry.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def expiry
  @expiry
end