Class: Aws::Types::ComponentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_name::String

Returns the value of attribute component_name.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def component_name
  @component_name
end

#component_path::String

Returns the value of attribute component_path.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def component_path
  @component_path
end

#component_type_id::String

Returns the value of attribute component_type_id.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def component_type_id
  @component_type_id
end

#defined_in::String

Returns the value of attribute defined_in.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def defined_in
  @defined_in
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def description
  @description
end

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

Returns the value of attribute property_groups.

Returns:



107
108
109
# File 'sig/types.rbs', line 107

def property_groups
  @property_groups
end

#statusTypes::Status

Returns the value of attribute status.

Returns:



108
109
110
# File 'sig/types.rbs', line 108

def status
  @status
end

#sync_source::String

Returns the value of attribute sync_source.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def sync_source
  @sync_source
end