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

#app_id ⇒ ::String

Returns the value of attribute app_id.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def app_id
  @app_id
end

#component_type ⇒ ::String

Returns the value of attribute component_type.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def component_type
  @component_type
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def environment_name
  @environment_name
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


250
251
252
# File 'sig/types.rbs', line 250

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def name
  @name
end