Class: Aws::Types::Component

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id ⇒ ::String

Returns the value of attribute app_id.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def app_id
  @app_id
end

#binding_properties ⇒ ::Hash[::String, Types::ComponentBindingPropertiesValue]

Returns the value of attribute binding_properties.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def binding_properties
  @binding_properties
end

#children ⇒ ::Array[Types::ComponentChild]

Returns the value of attribute children.

Returns:



154
155
156
# File 'sig/types.rbs', line 154

def children
  @children
end

#collection_properties ⇒ ::Hash[::String, Types::ComponentDataConfiguration]

Returns the value of attribute collection_properties.

Returns:



158
159
160
# File 'sig/types.rbs', line 158

def collection_properties
  @collection_properties
end

#component_type ⇒ ::String

Returns the value of attribute component_type.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def component_type
  @component_type
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


159
160
161
# File 'sig/types.rbs', line 159

def created_at
  @created_at
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def environment_name
  @environment_name
end

#events ⇒ ::Hash[::String, Types::ComponentEvent]

Returns the value of attribute events.

Returns:



162
163
164
# File 'sig/types.rbs', line 162

def events
  @events
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def id
  @id
end

#modified_at ⇒ ::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


160
161
162
# File 'sig/types.rbs', line 160

def modified_at
  @modified_at
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def name
  @name
end

#overrides ⇒ ::Hash[::String, ::Hash[::String, ::String]]

Returns the value of attribute overrides.

Returns:

  • (::Hash[::String, ::Hash[::String, ::String]])


156
157
158
# File 'sig/types.rbs', line 156

def overrides
  @overrides
end

#properties ⇒ ::Hash[::String, Types::ComponentProperty]

Returns the value of attribute properties.

Returns:



153
154
155
# File 'sig/types.rbs', line 153

def properties
  @properties
end

#schema_version ⇒ ::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def schema_version
  @schema_version
end

#source_id ⇒ ::String

Returns the value of attribute source_id.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def source_id
  @source_id
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


161
162
163
# File 'sig/types.rbs', line 161

def tags
  @tags
end

#variants ⇒ ::Array[Types::ComponentVariant]

Returns the value of attribute variants.

Returns:



155
156
157
# File 'sig/types.rbs', line 155

def variants
  @variants
end