Class: Aws::Imagebuilder::Types::DeleteInfrastructureConfigurationRequest

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 to delete.

Returns:

  • (String)


2181
2182
2183
2184
2185
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2181

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