Class: Aws::AppConfig::Types::GetConfigurationProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::GetConfigurationProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application that includes the configuration profile you want to get.
-
#configuration_profile_id ⇒ String
The ID of the configuration profile that you want to get.
Instance Attribute Details
#application_id ⇒ String
The ID of the application that includes the configuration profile you want to get.
1642 1643 1644 1645 1646 1647 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1642 class GetConfigurationProfileRequest < Struct.new( :application_id, :configuration_profile_id) SENSITIVE = [] include Aws::Structure end |
#configuration_profile_id ⇒ String
The ID of the configuration profile that you want to get.
1642 1643 1644 1645 1646 1647 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1642 class GetConfigurationProfileRequest < Struct.new( :application_id, :configuration_profile_id) SENSITIVE = [] include Aws::Structure end |