Class: Aws::AppConfig::Types::ValidateConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::ValidateConfigurationRequest
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The application ID.
-
#configuration_profile_id ⇒ String
The configuration profile ID.
-
#configuration_version ⇒ String
The version of the configuration to validate.
Instance Attribute Details
#application_id ⇒ String
The application ID.
2753 2754 2755 2756 2757 2758 2759 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2753 class ValidateConfigurationRequest < Struct.new( :application_id, :configuration_profile_id, :configuration_version) SENSITIVE = [] include Aws::Structure end |
#configuration_profile_id ⇒ String
The configuration profile ID.
2753 2754 2755 2756 2757 2758 2759 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2753 class ValidateConfigurationRequest < Struct.new( :application_id, :configuration_profile_id, :configuration_version) SENSITIVE = [] include Aws::Structure end |
#configuration_version ⇒ String
The version of the configuration to validate.
2753 2754 2755 2756 2757 2758 2759 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2753 class ValidateConfigurationRequest < Struct.new( :application_id, :configuration_profile_id, :configuration_version) SENSITIVE = [] include Aws::Structure end |