Class: Aws::WorkSpacesWeb::Types::IpAccessSettingsSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::IpAccessSettingsSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
The summary of IP access settings.
Constant Summary collapse
- SENSITIVE =
[:description, :display_name]
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.
2129 2130 2131 2132 2133 2134 2135 2136 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2129 class IpAccessSettingsSummary < Struct.new( :creation_date, :description, :display_name, :ip_access_settings_arn) SENSITIVE = [:description, :display_name] include Aws::Structure end |
#description ⇒ String
The description of the IP access settings.
2129 2130 2131 2132 2133 2134 2135 2136 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2129 class IpAccessSettingsSummary < Struct.new( :creation_date, :description, :display_name, :ip_access_settings_arn) SENSITIVE = [:description, :display_name] include Aws::Structure end |
#display_name ⇒ String
The display name of the IP access settings.
2129 2130 2131 2132 2133 2134 2135 2136 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2129 class IpAccessSettingsSummary < Struct.new( :creation_date, :description, :display_name, :ip_access_settings_arn) SENSITIVE = [:description, :display_name] include Aws::Structure end |
#ip_access_settings_arn ⇒ String
The ARN of IP access settings.
2129 2130 2131 2132 2133 2134 2135 2136 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2129 class IpAccessSettingsSummary < Struct.new( :creation_date, :description, :display_name, :ip_access_settings_arn) SENSITIVE = [:description, :display_name] include Aws::Structure end |