Class: Aws::Types::DataSourceAttachmentSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def attachment_id
  @attachment_id
end

#data_source_arn::String

Returns the value of attribute data_source_arn.

Returns:

  • (::String)


601
602
603
# File 'sig/types.rbs', line 601

def data_source_arn
  @data_source_arn
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


602
603
604
# File 'sig/types.rbs', line 602

def status
  @status
end