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.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
633 634 635 |
# File 'sig/types.rbs', line 633 def id @id end |
#url ⇒ ::String
Returns the value of attribute url.
634 635 636 |
# File 'sig/types.rbs', line 634 def url @url end |