Class: Aws::WorkSpacesWeb::Types::IpAccessSettingsSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::IpAccessSettingsSummary
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
The summary of IP access settings.
Constant Summary collapse
- SENSITIVE =
[:display_name, :description]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The creation date timestamp 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_access_settings_arn ⇒ String
The ARN of IP access settings.
Instance Attribute Details
#creation_date ⇒ Time
The creation date timestamp of the IP access settings.
2322 2323 2324 2325 2326 2327 2328 2329 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2322 class IpAccessSettingsSummary < Struct.new( :ip_access_settings_arn, :display_name, :description, :creation_date) SENSITIVE = [:display_name, :description] include Aws::Structure end |
#description ⇒ String
The description of the IP access settings.
2322 2323 2324 2325 2326 2327 2328 2329 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2322 class IpAccessSettingsSummary < Struct.new( :ip_access_settings_arn, :display_name, :description, :creation_date) SENSITIVE = [:display_name, :description] include Aws::Structure end |
#display_name ⇒ String
The display name of the IP access settings.
2322 2323 2324 2325 2326 2327 2328 2329 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2322 class IpAccessSettingsSummary < Struct.new( :ip_access_settings_arn, :display_name, :description, :creation_date) SENSITIVE = [:display_name, :description] include Aws::Structure end |
#ip_access_settings_arn ⇒ String
The ARN of IP access settings.
2322 2323 2324 2325 2326 2327 2328 2329 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2322 class IpAccessSettingsSummary < Struct.new( :ip_access_settings_arn, :display_name, :description, :creation_date) SENSITIVE = [:display_name, :description] include Aws::Structure end |