Class: Aws::Lightsail::Types::CreateKeyPairRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::CreateKeyPairRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_pair_name ⇒ String
The name for your new key pair.
-
#tags ⇒ Array<Types::Tag>
The tag keys and optional values to add to the resource during create.
Instance Attribute Details
#key_pair_name ⇒ String
The name for your new key pair.
4116 4117 4118 4119 4120 4121 |
# File 'lib/aws-sdk-lightsail/types.rb', line 4116 class CreateKeyPairRequest < Struct.new( :key_pair_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tag keys and optional values to add to the resource during create.
Use the ‘TagResource` action to tag a resource after it’s created.
4116 4117 4118 4119 4120 4121 |
# File 'lib/aws-sdk-lightsail/types.rb', line 4116 class CreateKeyPairRequest < Struct.new( :key_pair_name, :tags) SENSITIVE = [] include Aws::Structure end |