Class: Aws::Types::APIKeyConnectionMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:api_key, :email])

Instance Attribute Summary collapse

Instance Attribute Details

#api_key::String

Returns the value of attribute api_key.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def api_key
  @api_key
end

#base_endpoint::String

Returns the value of attribute base_endpoint.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def base_endpoint
  @base_endpoint
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def email
  @email
end