Class: Aws::Types::ManagedEndpointCredentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4455
4456
4457
# File 'sig/types.rbs', line 4455

def id
  @id
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


4456
4457
4458
# File 'sig/types.rbs', line 4456

def token
  @token
end