Class: Aws::Chime::Types::AppInstanceAdminSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::AppInstanceAdminSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Summary of the details of an ‘AppInstanceAdmin`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin ⇒ Types::Identity
The details of the ‘AppInstanceAdmin`.
Instance Attribute Details
#admin ⇒ Types::Identity
The details of the ‘AppInstanceAdmin`.
273 274 275 276 277 |
# File 'lib/aws-sdk-chime/types.rb', line 273 class AppInstanceAdminSummary < Struct.new( :admin) SENSITIVE = [] include Aws::Structure end |