Class: Aws::Imagebuilder::Types::GetInfrastructureConfigurationResponse

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

Overview

GetInfrastructureConfiguration response object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#infrastructure_configurationTypes::InfrastructureConfiguration

The infrastructure configuration object.



2936
2937
2938
2939
2940
2941
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2936

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

#request_idString

The request ID that uniquely identifies this request.

Returns:

  • (String)


2936
2937
2938
2939
2940
2941
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2936

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