Class: Aws::Wickr::Types::PermittedWickrEnterpriseNetwork
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::PermittedWickrEnterpriseNetwork
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Identifies a Wickr enterprise network that is permitted for global federation, allowing users to communicate with members of the specified network.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The domain identifier for the permitted Wickr enterprise network.
-
#network_id ⇒ String
The network ID of the permitted Wickr enterprise network.
Instance Attribute Details
#domain ⇒ String
The domain identifier for the permitted Wickr enterprise network.
2496 2497 2498 2499 2500 2501 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 2496 class PermittedWickrEnterpriseNetwork < Struct.new( :domain, :network_id) SENSITIVE = [] include Aws::Structure end |
#network_id ⇒ String
The network ID of the permitted Wickr enterprise network.
2496 2497 2498 2499 2500 2501 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 2496 class PermittedWickrEnterpriseNetwork < Struct.new( :domain, :network_id) SENSITIVE = [] include Aws::Structure end |