Class: Aws::Types::ComponentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#are_all_composite_components_returnedBoolean

Returns the value of attribute are_all_composite_components_returned.

Returns:



98
99
100
# File 'sig/types.rbs', line 98

def are_all_composite_components_returned
  @are_all_composite_components_returned
end

#are_all_properties_returnedBoolean

Returns the value of attribute are_all_properties_returned.

Returns:



96
97
98
# File 'sig/types.rbs', line 96

def are_all_properties_returned
  @are_all_properties_returned
end

#component_name::String

Returns the value of attribute component_name.

Returns:



88
89
90
# File 'sig/types.rbs', line 88

def component_name
  @component_name
end

#component_type_id::String

Returns the value of attribute component_type_id.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

def component_type_id
  @component_type_id
end

#composite_components::Hash[::String, Types::ComponentSummary]

Returns the value of attribute composite_components.

Returns:



97
98
99
# File 'sig/types.rbs', line 97

def composite_components
  @composite_components
end

#defined_in::String

Returns the value of attribute defined_in.

Returns:



92
93
94
# File 'sig/types.rbs', line 92

def defined_in
  @defined_in
end

#description::String

Returns the value of attribute description.

Returns:



89
90
91
# File 'sig/types.rbs', line 89

def description
  @description
end

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

Returns the value of attribute properties.

Returns:



93
94
95
# File 'sig/types.rbs', line 93

def properties
  @properties
end

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

Returns the value of attribute property_groups.

Returns:



94
95
96
# File 'sig/types.rbs', line 94

def property_groups
  @property_groups
end

#statusTypes::Status

Returns the value of attribute status.

Returns:



91
92
93
# File 'sig/types.rbs', line 91

def status
  @status
end

#sync_source::String

Returns the value of attribute sync_source.

Returns:



95
96
97
# File 'sig/types.rbs', line 95

def sync_source
  @sync_source
end