Class: Aws::Types::DescribeIngestionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


5036
5037
5038
# File 'sig/types.rbs', line 5036

def 
  @aws_account_id
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


5037
5038
5039
# File 'sig/types.rbs', line 5037

def data_set_id
  @data_set_id
end

#ingestion_id::String

Returns the value of attribute ingestion_id.

Returns:

  • (::String)


5038
5039
5040
# File 'sig/types.rbs', line 5038

def ingestion_id
  @ingestion_id
end