Class: Aws::Imagebuilder::Types::GetInfrastructureConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetInfrastructureConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
GetInfrastructureConfiguration response object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#infrastructure_configuration ⇒ Types::InfrastructureConfiguration
The infrastructure configuration object.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#infrastructure_configuration ⇒ Types::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_id ⇒ String
The request ID that uniquely identifies this request.
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 |