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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2198
2199
2200
2201
2202
2203
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2198

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)


2198
2199
2200
2201
2202
2203
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2198

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