Class: Aws::Types::InheritedAllowedResultReceiversSource

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)


1793
1794
1795
# File 'sig/types.rbs', line 1793

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1792
1793
1794
# File 'sig/types.rbs', line 1792

def name
  @name
end

#source_account_id::String

Returns the value of attribute source_account_id.

Returns:

  • (::String)


1796
1797
1798
# File 'sig/types.rbs', line 1796

def 
  @source_account_id
end

#type"TABLE", ...

Returns the value of attribute type.

Returns:

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


1794
1795
1796
# File 'sig/types.rbs', line 1794

def type
  @type
end

#value::Array[::String]

Returns the value of attribute value.

Returns:

  • (::Array[::String])


1795
1796
1797
# File 'sig/types.rbs', line 1795

def value
  @value
end