Class: Aws::Types::InheritedAllowedAdditionalAnalysesSource

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)


1759
1760
1761
# File 'sig/types.rbs', line 1759

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1758
1759
1760
# File 'sig/types.rbs', line 1758

def name
  @name
end

#source_account_id::String

Returns the value of attribute source_account_id.

Returns:

  • (::String)


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

def 
  @source_account_id
end

#type"TABLE", ...

Returns the value of attribute type.

Returns:

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


1760
1761
1762
# File 'sig/types.rbs', line 1760

def type
  @type
end

#value::Array[::String]

Returns the value of attribute value.

Returns:

  • (::Array[::String])


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

def value
  @value
end