Class: Aws::Types::InheritedAdditionalAnalysesSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1744
1745
1746
# File 'sig/types.rbs', line 1744

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1743
1744
1745
# File 'sig/types.rbs', line 1743

def name
  @name
end

#source_account_id::String

Returns the value of attribute source_account_id.

Returns:

  • (::String)


1747
1748
1749
# File 'sig/types.rbs', line 1747

def 
  @source_account_id
end

#type"TABLE", ...

Returns the value of attribute type.

Returns:

  • ("TABLE", "INTERMEDIATE_TABLE", "ID_MAPPING_TABLE")


1745
1746
1747
# File 'sig/types.rbs', line 1745

def type
  @type
end

#value"ALLOWED", ...

Returns the value of attribute value.

Returns:

  • ("ALLOWED", "REQUIRED", "NOT_ALLOWED")


1746
1747
1748
# File 'sig/types.rbs', line 1746

def value
  @value
end