Class: Aws::WorkSpaces::Types::UpdateConnectionAliasPermissionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::UpdateConnectionAliasPermissionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_id ⇒ String
The identifier of the connection alias that you want to update permissions for.
-
#connection_alias_permission ⇒ Types::ConnectionAliasPermission
Indicates whether to share or unshare the connection alias with the specified Amazon Web Services account.
Instance Attribute Details
#alias_id ⇒ String
The identifier of the connection alias that you want to update permissions for.
4830 4831 4832 4833 4834 4835 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4830 class UpdateConnectionAliasPermissionRequest < Struct.new( :alias_id, :connection_alias_permission) SENSITIVE = [] include Aws::Structure end |
#connection_alias_permission ⇒ Types::ConnectionAliasPermission
Indicates whether to share or unshare the connection alias with the specified Amazon Web Services account.
4830 4831 4832 4833 4834 4835 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4830 class UpdateConnectionAliasPermissionRequest < Struct.new( :alias_id, :connection_alias_permission) SENSITIVE = [] include Aws::Structure end |