Class: Aws::WorkSpacesWeb::Types::CreateIpAccessSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::CreateIpAccessSettingsRequest
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :display_name, :ip_rules, :tags]
Instance Attribute Summary collapse
-
#additional_encryption_context ⇒ Hash<String,String>
Additional encryption context of the IP access settings.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#customer_managed_key ⇒ String
The custom managed key of the IP access settings.
-
#description ⇒ String
The description of the IP access settings.
-
#display_name ⇒ String
The display name of the IP access settings.
-
#ip_rules ⇒ Array<Types::IpRule>
The IP rules of the IP access settings.
-
#tags ⇒ Array<Types::Tag>
The tags to add to the IP access settings resource.
Instance Attribute Details
#additional_encryption_context ⇒ Hash<String,String>
Additional encryption context of the IP access settings.
654 655 656 657 658 659 660 661 662 663 664 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 654 class CreateIpAccessSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :customer_managed_key, :description, :display_name, :ip_rules, :tags) SENSITIVE = [:description, :display_name, :ip_rules, :tags] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
A suitable default value is auto-generated. You should normally not need to pass this option.
654 655 656 657 658 659 660 661 662 663 664 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 654 class CreateIpAccessSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :customer_managed_key, :description, :display_name, :ip_rules, :tags) SENSITIVE = [:description, :display_name, :ip_rules, :tags] include Aws::Structure end |
#customer_managed_key ⇒ String
The custom managed key of the IP access settings.
654 655 656 657 658 659 660 661 662 663 664 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 654 class CreateIpAccessSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :customer_managed_key, :description, :display_name, :ip_rules, :tags) SENSITIVE = [:description, :display_name, :ip_rules, :tags] include Aws::Structure end |
#description ⇒ String
The description of the IP access settings.
654 655 656 657 658 659 660 661 662 663 664 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 654 class CreateIpAccessSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :customer_managed_key, :description, :display_name, :ip_rules, :tags) SENSITIVE = [:description, :display_name, :ip_rules, :tags] include Aws::Structure end |
#display_name ⇒ String
The display name of the IP access settings.
654 655 656 657 658 659 660 661 662 663 664 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 654 class CreateIpAccessSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :customer_managed_key, :description, :display_name, :ip_rules, :tags) SENSITIVE = [:description, :display_name, :ip_rules, :tags] include Aws::Structure end |
#ip_rules ⇒ Array<Types::IpRule>
The IP rules of the IP access settings.
654 655 656 657 658 659 660 661 662 663 664 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 654 class CreateIpAccessSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :customer_managed_key, :description, :display_name, :ip_rules, :tags) SENSITIVE = [:description, :display_name, :ip_rules, :tags] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to add to the IP access settings resource. A tag is a key-value pair.
654 655 656 657 658 659 660 661 662 663 664 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 654 class CreateIpAccessSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :customer_managed_key, :description, :display_name, :ip_rules, :tags) SENSITIVE = [:description, :display_name, :ip_rules, :tags] include Aws::Structure end |