Class: Aws::Types::DataSourceDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_typeTypes::DataSourceType

Returns the value of attribute data_source_type.



607
608
609
# File 'sig/types.rbs', line 607

def data_source_type
  @data_source_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def name
  @name
end

#status"ACTIVE", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DISABLED")


610
611
612
# File 'sig/types.rbs', line 610

def status
  @status
end