Class: Aws::Types::SourceResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def name
  @name
end

#status_detail::String

Returns the value of attribute status_detail.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def status_detail
  @status_detail
end