Class: Aws::Types::IngestEndpoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password, :username])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def id
  @id
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def password
  @password
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def url
  @url
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def username
  @username
end