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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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.



2926
2927
2928
2929
2930
2931
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2926

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)


2926
2927
2928
2929
2930
2931
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2926

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