Class: Aws::Types::DetachDataSourceResponse

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)


964
965
966
# File 'sig/types.rbs', line 964

def arn
  @arn
end

#data_source_arn::String

Returns the value of attribute data_source_arn.

Returns:

  • (::String)


965
966
967
# File 'sig/types.rbs', line 965

def data_source_arn
  @data_source_arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


963
964
965
# File 'sig/types.rbs', line 963

def id
  @id
end