Class: Aws::IVSRealTime::Types::ImportPublicKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ImportPublicKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the public key to be imported.
-
#public_key_material ⇒ String
The content of the public key to be imported.
-
#tags ⇒ Hash<String,String>
Tags attached to the resource.
Instance Attribute Details
#name ⇒ String
Name of the public key to be imported.
1144 1145 1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1144 class ImportPublicKeyRequest < Struct.new( :public_key_material, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#public_key_material ⇒ String
The content of the public key to be imported.
1144 1145 1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1144 class ImportPublicKeyRequest < Struct.new( :public_key_material, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags attached to the resource. Array of maps, each of the form ‘string:string (key:value)`. See [Best practices and strategies] in *Tagging AWS Resources and Tag Editor* for details, including restrictions that apply to tags and “Tag naming limits and requirements”; Amazon IVS has no constraints on tags beyond what is documented there.
[1]: docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
1144 1145 1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1144 class ImportPublicKeyRequest < Struct.new( :public_key_material, :name, :tags) SENSITIVE = [] include Aws::Structure end |