Class: Aws::AppConfig::Types::GetHostedConfigurationVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::GetHostedConfigurationVersionRequest
- 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 version.
Instance Attribute Details
#application_id ⇒ String
The application ID.
1810 1811 1812 1813 1814 1815 1816 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1810 class GetHostedConfigurationVersionRequest < Struct.new( :application_id, :configuration_profile_id, :version_number) SENSITIVE = [] include Aws::Structure end |
#configuration_profile_id ⇒ String
The configuration profile ID.
1810 1811 1812 1813 1814 1815 1816 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1810 class GetHostedConfigurationVersionRequest < Struct.new( :application_id, :configuration_profile_id, :version_number) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version.
1810 1811 1812 1813 1814 1815 1816 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1810 class GetHostedConfigurationVersionRequest < Struct.new( :application_id, :configuration_profile_id, :version_number) SENSITIVE = [] include Aws::Structure end |