Class: Aws::Types::ComponentBindingPropertiesValueProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket ⇒ ::String

Returns the value of attribute bucket.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def bucket
  @bucket
end

#default_value ⇒ ::String

Returns the value of attribute default_value.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def default_value
  @default_value
end

#field ⇒ ::String

Returns the value of attribute field.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def field
  @field
end

#key ⇒ ::String

Returns the value of attribute key.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def key
  @key
end

#model ⇒ ::String

Returns the value of attribute model.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def model
  @model
end

#predicates ⇒ ::Array[Types::Predicate]

Returns the value of attribute predicates.

Returns:



177
178
179
# File 'sig/types.rbs', line 177

def predicates
  @predicates
end

#slot_name ⇒ ::String

Returns the value of attribute slot_name.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def slot_name
  @slot_name
end

#user_attribute ⇒ ::String

Returns the value of attribute user_attribute.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def user_attribute
  @user_attribute
end