Class: Aws::Types::CreateAppVersionAppComponentRequest

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]])


300
301
302
# File 'sig/types.rbs', line 300

def additional_info
  @additional_info
end

#app_arn ⇒ ::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def app_arn
  @app_arn
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def client_token
  @client_token
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def name
  @name
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def type
  @type
end