Class: Aws::Types::AppComponent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_info ⇒ ::Hash[::String, ::Array[::String]]

Returns the value of attribute additional_info.

Returns:

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


131
132
133
# File 'sig/types.rbs', line 131

def additional_info
  @additional_info
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def name
  @name
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


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

def type
  @type
end