Class: Aws::Types::DescribeDataSourceAttachmentResponse

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)


744
745
746
# File 'sig/types.rbs', line 744

def arn
  @arn
end

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


742
743
744
# File 'sig/types.rbs', line 742

def attachment_id
  @attachment_id
end

#data_source_arn::String

Returns the value of attribute data_source_arn.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def data_source_arn
  @data_source_arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


743
744
745
# File 'sig/types.rbs', line 743

def id
  @id
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "ATTACHED", "FAILED")


746
747
748
# File 'sig/types.rbs', line 746

def status
  @status
end