Class: Aws::Types::IngestEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::IngestEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
381 382 383 |
# File 'sig/types.rbs', line 381 def id @id end |
#password ⇒ ::String
Returns the value of attribute password.
382 383 384 |
# File 'sig/types.rbs', line 382 def password @password end |
#url ⇒ ::String
Returns the value of attribute url.
383 384 385 |
# File 'sig/types.rbs', line 383 def url @url end |
#username ⇒ ::String
Returns the value of attribute username.
384 385 386 |
# File 'sig/types.rbs', line 384 def username @username end |