Class: Aws::WorkSpaces::Types::ConnectionAliasPermission
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ConnectionAliasPermission
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Describes the permissions for a connection alias. Connection aliases are used for cross-Region redirection. For more information, see [ Cross-Region Redirection for Amazon WorkSpaces].
[1]: docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allow_association ⇒ Boolean
Indicates whether the specified Amazon Web Services account is allowed to associate the connection alias with a directory.
-
#shared_account_id ⇒ String
The identifier of the Amazon Web Services account that the connection alias is shared with.
Instance Attribute Details
#allow_association ⇒ Boolean
Indicates whether the specified Amazon Web Services account is allowed to associate the connection alias with a directory.
702 703 704 705 706 707 |
# File 'lib/aws-sdk-workspaces/types.rb', line 702 class ConnectionAliasPermission < Struct.new( :shared_account_id, :allow_association) SENSITIVE = [] include Aws::Structure end |
#shared_account_id ⇒ String
The identifier of the Amazon Web Services account that the connection alias is shared with.
702 703 704 705 706 707 |
# File 'lib/aws-sdk-workspaces/types.rb', line 702 class ConnectionAliasPermission < Struct.new( :shared_account_id, :allow_association) SENSITIVE = [] include Aws::Structure end |