Class: Aws::Wickr::Types::GetOpentdfConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::GetOpentdfConfigRequest
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_id ⇒ String
The ID of the Wickr network for which OpenTDF integration will be retrieved.
Instance Attribute Details
#network_id ⇒ String
The ID of the Wickr network for which OpenTDF integration will be retrieved.
1453 1454 1455 1456 1457 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1453 class GetOpentdfConfigRequest < Struct.new( :network_id) SENSITIVE = [] include Aws::Structure end |