Class: Aws::SSOAdmin::Types::DescribeInstanceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_arnString

The ARN of the instance of IAM Identity Center under which the operation will run.

Returns:

  • (String)


1559
1560
1561
1562
1563
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1559

class DescribeInstanceRequest < Struct.new(
  :instance_arn)
  SENSITIVE = []
  include Aws::Structure
end