Class: Aws::Types::CreateComponentData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#binding_properties ⇒ ::Hash[::String, Types::ComponentBindingPropertiesValue]

Returns the value of attribute binding_properties.

Returns:



270
271
272
# File 'sig/types.rbs', line 270

def binding_properties
  @binding_properties
end

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

Returns the value of attribute children.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def children
  @children
end

#collection_properties ⇒ ::Hash[::String, Types::ComponentDataConfiguration]

Returns the value of attribute collection_properties.

Returns:



271
272
273
# File 'sig/types.rbs', line 271

def collection_properties
  @collection_properties
end

#component_type ⇒ ::String

Returns the value of attribute component_type.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def component_type
  @component_type
end

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

Returns the value of attribute events.

Returns:



273
274
275
# File 'sig/types.rbs', line 273

def events
  @events
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def name
  @name
end

#overrides ⇒ ::Hash[::String, ::Hash[::String, ::String]]

Returns the value of attribute overrides.

Returns:

  • (::Hash[::String, ::Hash[::String, ::String]])


269
270
271
# File 'sig/types.rbs', line 269

def overrides
  @overrides
end

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

Returns the value of attribute properties.

Returns:



266
267
268
# File 'sig/types.rbs', line 266

def properties
  @properties
end

#schema_version ⇒ ::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def schema_version
  @schema_version
end

#source_id ⇒ ::String

Returns the value of attribute source_id.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def source_id
  @source_id
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


272
273
274
# File 'sig/types.rbs', line 272

def tags
  @tags
end

#variants ⇒ ::Array[Types::ComponentVariant]

Returns the value of attribute variants.

Returns:



268
269
270
# File 'sig/types.rbs', line 268

def variants
  @variants
end