Class: Aws::WorkSpacesWeb::Types::UpdateIpAccessSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::UpdateIpAccessSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:display_name, :description, :ip_rules]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#description ⇒ String
The description of the IP access settings.
-
#display_name ⇒ String
The display name of the IP access settings.
-
#ip_access_settings_arn ⇒ String
The ARN of the IP access settings.
-
#ip_rules ⇒ Array<Types::IpRule>
The updated IP rules of the IP access settings.
Instance Attribute Details
#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 return 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.
4176 4177 4178 4179 4180 4181 4182 4183 4184 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4176 class UpdateIpAccessSettingsRequest < Struct.new( :ip_access_settings_arn, :display_name, :description, :ip_rules, :client_token) SENSITIVE = [:display_name, :description, :ip_rules] include Aws::Structure end |
#description ⇒ String
The description of the IP access settings.
4176 4177 4178 4179 4180 4181 4182 4183 4184 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4176 class UpdateIpAccessSettingsRequest < Struct.new( :ip_access_settings_arn, :display_name, :description, :ip_rules, :client_token) SENSITIVE = [:display_name, :description, :ip_rules] include Aws::Structure end |
#display_name ⇒ String
The display name of the IP access settings.
4176 4177 4178 4179 4180 4181 4182 4183 4184 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4176 class UpdateIpAccessSettingsRequest < Struct.new( :ip_access_settings_arn, :display_name, :description, :ip_rules, :client_token) SENSITIVE = [:display_name, :description, :ip_rules] include Aws::Structure end |
#ip_access_settings_arn ⇒ String
The ARN of the IP access settings.
4176 4177 4178 4179 4180 4181 4182 4183 4184 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4176 class UpdateIpAccessSettingsRequest < Struct.new( :ip_access_settings_arn, :display_name, :description, :ip_rules, :client_token) SENSITIVE = [:display_name, :description, :ip_rules] include Aws::Structure end |
#ip_rules ⇒ Array<Types::IpRule>
The updated IP rules of the IP access settings.
4176 4177 4178 4179 4180 4181 4182 4183 4184 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4176 class UpdateIpAccessSettingsRequest < Struct.new( :ip_access_settings_arn, :display_name, :description, :ip_rules, :client_token) SENSITIVE = [:display_name, :description, :ip_rules] include Aws::Structure end |