Class: Aws::AppConfig::Types::DeleteHostedConfigurationVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::DeleteHostedConfigurationVersionRequest
- 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.
-
#version_number ⇒ Integer
The versions number to delete.
Instance Attribute Details
#application_id ⇒ String
The application ID.
984 985 986 987 988 989 990 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 984 class DeleteHostedConfigurationVersionRequest < Struct.new( :application_id, :configuration_profile_id, :version_number) SENSITIVE = [] include Aws::Structure end |
#configuration_profile_id ⇒ String
The configuration profile ID.
984 985 986 987 988 989 990 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 984 class DeleteHostedConfigurationVersionRequest < Struct.new( :application_id, :configuration_profile_id, :version_number) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The versions number to delete.
984 985 986 987 988 989 990 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 984 class DeleteHostedConfigurationVersionRequest < Struct.new( :application_id, :configuration_profile_id, :version_number) SENSITIVE = [] include Aws::Structure end |