Class: Aws::Types::AttachDataSourceResponse

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)


187
188
189
# File 'sig/types.rbs', line 187

def arn
  @arn
end

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def attachment_id
  @attachment_id
end

#data_source_arn::String

Returns the value of attribute data_source_arn.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def data_source_arn
  @data_source_arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def id
  @id
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


189
190
191
# File 'sig/types.rbs', line 189

def status
  @status
end