Class: Aws::Types::DescribeIngestionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIngestionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#ingestion_id ⇒ ::String
Returns the value of attribute ingestion_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4814 4815 4816 |
# File 'sig/types.rbs', line 4814 def aws_account_id @aws_account_id end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
4815 4816 4817 |
# File 'sig/types.rbs', line 4815 def data_set_id @data_set_id end |
#ingestion_id ⇒ ::String
Returns the value of attribute ingestion_id.
4816 4817 4818 |
# File 'sig/types.rbs', line 4816 def ingestion_id @ingestion_id end |