Class: Aws::SSOAdmin::Types::UpdateInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::UpdateInstanceRequest
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Specifies the encryption configuration for your IAM Identity Center instance.
-
#instance_arn ⇒ String
The ARN of the instance of IAM Identity Center under which the operation will run.
-
#name ⇒ String
Updates the instance name.
Instance Attribute Details
#encryption_configuration ⇒ Types::EncryptionConfiguration
Specifies the encryption configuration for your IAM Identity Center instance. You can use this to configure customer managed KMS keys (CMK) or Amazon Web Services owned KMS keys for encrypting your instance data.
4350 4351 4352 4353 4354 4355 4356 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4350 class UpdateInstanceRequest < Struct.new( :name, :instance_arn, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
4350 4351 4352 4353 4354 4355 4356 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4350 class UpdateInstanceRequest < Struct.new( :name, :instance_arn, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Updates the instance name.
4350 4351 4352 4353 4354 4355 4356 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4350 class UpdateInstanceRequest < Struct.new( :name, :instance_arn, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |