Class: Aws::Types::ComponentBindingPropertiesValue

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::ComponentBindingPropertiesValueProperties

Returns the value of attribute binding_properties.



169
170
171
# File 'sig/types.rbs', line 169

def binding_properties
  @binding_properties
end

#default_value ⇒ ::String

Returns the value of attribute default_value.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def default_value
  @default_value
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def type
  @type
end