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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmquicksetup/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)


1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1423

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)


1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1423

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)


1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1423

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)


1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1423

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>)


1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1423

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)


1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1423

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