Class: Aws::Types::CreateDataSourceResponse

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)


2362
2363
2364
# File 'sig/types.rbs', line 2362

def arn
  @arn
end

#creation_status"CREATION_IN_PROGRESS", ...

Returns the value of attribute creation_status.

Returns:

  • ("CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED")


2364
2365
2366
# File 'sig/types.rbs', line 2364

def creation_status
  @creation_status
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


2363
2364
2365
# File 'sig/types.rbs', line 2363

def data_source_id
  @data_source_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2365
2366
2367
# File 'sig/types.rbs', line 2365

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


2366
2367
2368
# File 'sig/types.rbs', line 2366

def status
  @status
end