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)


1763
1764
1765
# File 'sig/types.rbs', line 1763

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1762
1763
1764
# File 'sig/types.rbs', line 1762

def name
  @name
end

#source_account_id::String

Returns the value of attribute source_account_id.

Returns:

  • (::String)


1766
1767
1768
# File 'sig/types.rbs', line 1766

def 
  @source_account_id
end

#type"TABLE", ...

Returns the value of attribute type.

Returns:

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


1764
1765
1766
# File 'sig/types.rbs', line 1764

def type
  @type
end

#value"ALLOWED", ...

Returns the value of attribute value.

Returns:

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


1765
1766
1767
# File 'sig/types.rbs', line 1765

def value
  @value
end