Class: Aws::SSMQuickSetup::Types::UpdateConfigurationDefinitionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the configuration definition you want to update.

Returns:

  • (String)


1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
# File 'lib/aws-sdk-ssmquicksetup/types.rb', line 1336

class UpdateConfigurationDefinitionInput < Struct.new(
  :id,
  :local_deployment_administration_role_arn,
  :local_deployment_execution_role_name,
  :manager_arn,
  :parameters,
  :type_version)
  SENSITIVE = []
  include Aws::Structure
end

#local_deployment_administration_role_arnString

The ARN of the IAM role used to administrate local configuration deployments.

Returns:

  • (String)


1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
# File 'lib/aws-sdk-ssmquicksetup/types.rb', line 1336

class UpdateConfigurationDefinitionInput < Struct.new(
  :id,
  :local_deployment_administration_role_arn,
  :local_deployment_execution_role_name,
  :manager_arn,
  :parameters,
  :type_version)
  SENSITIVE = []
  include Aws::Structure
end

#local_deployment_execution_role_nameString

The name of the IAM role used to deploy local configurations.

Returns:

  • (String)


1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
# File 'lib/aws-sdk-ssmquicksetup/types.rb', line 1336

class UpdateConfigurationDefinitionInput < Struct.new(
  :id,
  :local_deployment_administration_role_arn,
  :local_deployment_execution_role_name,
  :manager_arn,
  :parameters,
  :type_version)
  SENSITIVE = []
  include Aws::Structure
end

#manager_arnString

The ARN of the configuration manager associated with the definition to update.

Returns:

  • (String)


1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
# File 'lib/aws-sdk-ssmquicksetup/types.rb', line 1336

class UpdateConfigurationDefinitionInput < Struct.new(
  :id,
  :local_deployment_administration_role_arn,
  :local_deployment_execution_role_name,
  :manager_arn,
  :parameters,
  :type_version)
  SENSITIVE = []
  include Aws::Structure
end

#parametersHash<String,String>

The parameters for the configuration definition type.

Returns:

  • (Hash<String,String>)


1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
# File 'lib/aws-sdk-ssmquicksetup/types.rb', line 1336

class UpdateConfigurationDefinitionInput < Struct.new(
  :id,
  :local_deployment_administration_role_arn,
  :local_deployment_execution_role_name,
  :manager_arn,
  :parameters,
  :type_version)
  SENSITIVE = []
  include Aws::Structure
end

#type_versionString

The version of the Quick Setup type to use.

Returns:

  • (String)


1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
# File 'lib/aws-sdk-ssmquicksetup/types.rb', line 1336

class UpdateConfigurationDefinitionInput < Struct.new(
  :id,
  :local_deployment_administration_role_arn,
  :local_deployment_execution_role_name,
  :manager_arn,
  :parameters,
  :type_version)
  SENSITIVE = []
  include Aws::Structure
end