Class: Aws::ChimeSDKMessaging::Types::Identity
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::Identity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
The details of a user or bot.
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN in an Identity.
-
#name ⇒ String
The name in an Identity.
Instance Attribute Details
#arn ⇒ String
The ARN in an Identity.
1935 1936 1937 1938 1939 1940 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1935 class Identity < Struct.new( :arn, :name) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name in an Identity.
1935 1936 1937 1938 1939 1940 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1935 class Identity < Struct.new( :arn, :name) SENSITIVE = [:name] include Aws::Structure end |