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)


1774
1775
1776
# File 'sig/types.rbs', line 1774

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1773
1774
1775
# File 'sig/types.rbs', line 1773

def name
  @name
end

#source_account_id::String

Returns the value of attribute source_account_id.

Returns:

  • (::String)


1777
1778
1779
# File 'sig/types.rbs', line 1777

def 
  @source_account_id
end

#type"TABLE", ...

Returns the value of attribute type.

Returns:

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


1775
1776
1777
# File 'sig/types.rbs', line 1775

def type
  @type
end

#value::Array[::String]

Returns the value of attribute value.

Returns:

  • (::Array[::String])


1776
1777
1778
# File 'sig/types.rbs', line 1776

def value
  @value
end