Class: Aws::Types::CreateAppVersionResourceRequest

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


317
318
319
# File 'sig/types.rbs', line 317

def additional_info
  @additional_info
end

#app_arn ⇒ ::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


318
319
320
# File 'sig/types.rbs', line 318

def app_arn
  @app_arn
end

#app_components ⇒ ::Array[::String]

Returns the value of attribute app_components.

Returns:

  • (::Array[::String])


319
320
321
# File 'sig/types.rbs', line 319

def app_components
  @app_components
end

#aws_account_id ⇒ ::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def 
  @aws_account_id
end

#aws_region ⇒ ::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def aws_region
  @aws_region
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def client_token
  @client_token
end

#logical_resource_id ⇒ Types::LogicalResourceId

Returns the value of attribute logical_resource_id.



323
324
325
# File 'sig/types.rbs', line 323

def logical_resource_id
  @logical_resource_id
end

#physical_resource_id ⇒ ::String

Returns the value of attribute physical_resource_id.

Returns:

  • (::String)


324
325
326
# File 'sig/types.rbs', line 324

def physical_resource_id
  @physical_resource_id
end

#resource_name ⇒ ::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def resource_name
  @resource_name
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def resource_type
  @resource_type
end