Class: Aws::SSOAdmin::Types::UpdateInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::UpdateInstanceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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
#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](/general/latest/gr/aws-arns-and-namespaces.html) in the *Amazon Web Services General Reference*.
4158 4159 4160 4161 4162 4163 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 4158 class UpdateInstanceRequest < Struct.new( :instance_arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Updates the instance name.
4158 4159 4160 4161 4162 4163 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 4158 class UpdateInstanceRequest < Struct.new( :instance_arn, :name) SENSITIVE = [] include Aws::Structure end |