Class: Aws::Types::ComponentProperty

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#binding_properties ⇒ Types::ComponentPropertyBindingProperties

Returns the value of attribute binding_properties.



224
225
226
# File 'sig/types.rbs', line 224

def binding_properties
  @binding_properties
end

#bindings ⇒ ::Hash[::String, Types::FormBindingElement]

Returns the value of attribute bindings.

Returns:



228
229
230
# File 'sig/types.rbs', line 228

def bindings
  @bindings
end

#collection_binding_properties ⇒ Types::ComponentPropertyBindingProperties

Returns the value of attribute collection_binding_properties.



225
226
227
# File 'sig/types.rbs', line 225

def collection_binding_properties
  @collection_binding_properties
end

#component_name ⇒ ::String

Returns the value of attribute component_name.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def component_name
  @component_name
end

#concat ⇒ ::Array[Types::ComponentProperty]

Returns the value of attribute concat.

Returns:



231
232
233
# File 'sig/types.rbs', line 231

def concat
  @concat
end

#condition ⇒ Types::ComponentConditionProperty

Returns the value of attribute condition.



232
233
234
# File 'sig/types.rbs', line 232

def condition
  @condition
end

#configured ⇒ Boolean

Returns the value of attribute configured.

Returns:

  • (Boolean)


233
234
235
# File 'sig/types.rbs', line 233

def configured
  @configured
end

#default_value ⇒ ::String

Returns the value of attribute default_value.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def default_value
  @default_value
end

#event ⇒ ::String

Returns the value of attribute event.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def event
  @event
end

#imported_value ⇒ ::String

Returns the value of attribute imported_value.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def imported_value
  @imported_value
end

#model ⇒ ::String

Returns the value of attribute model.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def model
  @model
end

#property ⇒ ::String

Returns the value of attribute property.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def property
  @property
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def type
  @type
end

#user_attribute ⇒ ::String

Returns the value of attribute user_attribute.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def user_attribute
  @user_attribute
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def value
  @value
end