Class: Aws::Types::CreateComponentRequest

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)


279
280
281
# File 'sig/types.rbs', line 279

def app_id
  @app_id
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def client_token
  @client_token
end

#component_to_create ⇒ Types::CreateComponentData

Returns the value of attribute component_to_create.



282
283
284
# File 'sig/types.rbs', line 282

def component_to_create
  @component_to_create
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def environment_name
  @environment_name
end