Class: Aws::ChimeSDKIdentity::Types::DescribeAppInstanceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_arnString

The ARN of the AppInstance.

Returns:

  • (String)


760
761
762
763
764
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 760

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