Class: Aws::Types::UpdateDataSetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


12598
12599
12600
# File 'sig/types.rbs', line 12598

def arn
  @arn
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


12599
12600
12601
# File 'sig/types.rbs', line 12599

def data_set_id
  @data_set_id
end

#ingestion_arn::String

Returns the value of attribute ingestion_arn.

Returns:

  • (::String)


12600
12601
12602
# File 'sig/types.rbs', line 12600

def ingestion_arn
  @ingestion_arn
end

#ingestion_id::String

Returns the value of attribute ingestion_id.

Returns:

  • (::String)


12601
12602
12603
# File 'sig/types.rbs', line 12601

def ingestion_id
  @ingestion_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12602
12603
12604
# File 'sig/types.rbs', line 12602

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12603
12604
12605
# File 'sig/types.rbs', line 12603

def status
  @status
end