Class: Aws::Types::DeleteDataSourceResponse

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)


3869
3870
3871
# File 'sig/types.rbs', line 3869

def arn
  @arn
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


3870
3871
3872
# File 'sig/types.rbs', line 3870

def data_source_id
  @data_source_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


3871
3872
3873
# File 'sig/types.rbs', line 3871

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


3872
3873
3874
# File 'sig/types.rbs', line 3872

def status
  @status
end