Class: Aws::AppConfig::Types::GetConfigurationProfileRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appconfig/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application that includes the configuration profile you want to get.

Returns:

  • (String)


1512
1513
1514
1515
1516
1517
# File 'lib/aws-sdk-appconfig/types.rb', line 1512

class GetConfigurationProfileRequest < Struct.new(
  :application_id,
  :configuration_profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_profile_idString

The ID of the configuration profile that you want to get.

Returns:

  • (String)


1512
1513
1514
1515
1516
1517
# File 'lib/aws-sdk-appconfig/types.rb', line 1512

class GetConfigurationProfileRequest < Struct.new(
  :application_id,
  :configuration_profile_id)
  SENSITIVE = []
  include Aws::Structure
end