Class: Aws::SSOAdmin::Types::DescribeInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::DescribeInstanceRequest
- 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.
Instance Attribute Details
#instance_arn ⇒ String
The ARN of the instance of IAM Identity Center under which the operation will run.
1559 1560 1561 1562 1563 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1559 class DescribeInstanceRequest < Struct.new( :instance_arn) SENSITIVE = [] include Aws::Structure end |