Class: Aws::Types::ComponentChild

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#children ⇒ ::Array[Types::ComponentChild]

Returns the value of attribute children.

Returns:



190
191
192
# File 'sig/types.rbs', line 190

def children
  @children
end

#component_type ⇒ ::String

Returns the value of attribute component_type.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def component_type
  @component_type
end

#events ⇒ ::Hash[::String, Types::ComponentEvent]

Returns the value of attribute events.

Returns:



191
192
193
# File 'sig/types.rbs', line 191

def events
  @events
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def name
  @name
end

#properties ⇒ ::Hash[::String, Types::ComponentProperty]

Returns the value of attribute properties.

Returns:



189
190
191
# File 'sig/types.rbs', line 189

def properties
  @properties
end

#source_id ⇒ ::String

Returns the value of attribute source_id.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def source_id
  @source_id
end