Class: Aws::Types::CreateDataSetResponse

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)


2337
2338
2339
# File 'sig/types.rbs', line 2337

def arn
  @arn
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


2338
2339
2340
# File 'sig/types.rbs', line 2338

def data_set_id
  @data_set_id
end

#ingestion_arn::String

Returns the value of attribute ingestion_arn.

Returns:

  • (::String)


2339
2340
2341
# File 'sig/types.rbs', line 2339

def ingestion_arn
  @ingestion_arn
end

#ingestion_id::String

Returns the value of attribute ingestion_id.

Returns:

  • (::String)


2340
2341
2342
# File 'sig/types.rbs', line 2340

def ingestion_id
  @ingestion_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2341
2342
2343
# File 'sig/types.rbs', line 2341

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


2342
2343
2344
# File 'sig/types.rbs', line 2342

def status
  @status
end