Class: Aws::Types::CompositeComponentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def description
  @description
end

#properties::Hash[::String, Types::PropertyRequest]

Returns the value of attribute properties.

Returns:



136
137
138
# File 'sig/types.rbs', line 136

def properties
  @properties
end

#property_groups::Hash[::String, Types::ComponentPropertyGroupRequest]

Returns the value of attribute property_groups.

Returns:



137
138
139
# File 'sig/types.rbs', line 137

def property_groups
  @property_groups
end