Class: Aws::Imagebuilder::Types::GetInfrastructureConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetInfrastructureConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
GetInfrastructureConfiguration request object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#infrastructure_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the infrastructure configuration that you want to retrieve.
Instance Attribute Details
#infrastructure_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the infrastructure configuration that you want to retrieve.
2918 2919 2920 2921 2922 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2918 class GetInfrastructureConfigurationRequest < Struct.new( :infrastructure_configuration_arn) SENSITIVE = [] include Aws::Structure end |