Class: Aws::Imagebuilder::Types::GetInfrastructureConfigurationRequest

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

Overview

GetInfrastructureConfiguration request object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#infrastructure_configuration_arnString

The Amazon Resource Name (ARN) of the infrastructure configuration that you want to retrieve.

Returns:

  • (String)


2908
2909
2910
2911
2912
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2908

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