Class: Aws::Types::ComponentRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#component_type_id::String

Returns the value of attribute component_type_id.



81
82
83
# File 'sig/types.rbs', line 81

def component_type_id
  @component_type_id
end

#description::String

Returns the value of attribute description.



80
81
82
# File 'sig/types.rbs', line 80

def description
  @description
end

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

Returns the value of attribute properties.



82
83
84
# File 'sig/types.rbs', line 82

def properties
  @properties
end

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

Returns the value of attribute property_groups.



83
84
85
# File 'sig/types.rbs', line 83

def property_groups
  @property_groups
end