Class: Aws::Imagebuilder::Types::GetInfrastructureConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetInfrastructureConfigurationResponse
- Defined in:
- gems/aws-sdk-imagebuilder/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.
2952 2953 2954 2955 2956 2957 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2952 class GetInfrastructureConfigurationResponse < Struct.new( :request_id, :infrastructure_configuration) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
2952 2953 2954 2955 2956 2957 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2952 class GetInfrastructureConfigurationResponse < Struct.new( :request_id, :infrastructure_configuration) SENSITIVE = [] include Aws::Structure end |