Class: Aws::Imagebuilder::Types::DeleteInfrastructureConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#infrastructure_configuration_arnString

The Amazon Resource Name (ARN) of the infrastructure configuration that was deleted.

Returns:

  • (String)


1898
1899
1900
1901
1902
1903
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1898

class DeleteInfrastructureConfigurationResponse < Struct.new(
  :request_id,
  :infrastructure_configuration_arn)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The request ID that uniquely identifies this request.

Returns:

  • (String)


1898
1899
1900
1901
1902
1903
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1898

class DeleteInfrastructureConfigurationResponse < Struct.new(
  :request_id,
  :infrastructure_configuration_arn)
  SENSITIVE = []
  include Aws::Structure
end