Class: Aws::WorkSpacesWeb::Types::IpAccessSettingsSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesweb/types.rb

Overview

The summary of IP access settings.

Constant Summary collapse

SENSITIVE =
[:display_name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The creation date timestamp of the IP access settings.

Returns:

  • (Time)


2549
2550
2551
2552
2553
2554
2555
2556
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2549

class IpAccessSettingsSummary < Struct.new(
  :ip_access_settings_arn,
  :display_name,
  :description,
  :creation_date)
  SENSITIVE = [:display_name, :description]
  include Aws::Structure
end

#descriptionString

The description of the IP access settings.

Returns:

  • (String)


2549
2550
2551
2552
2553
2554
2555
2556
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2549

class IpAccessSettingsSummary < Struct.new(
  :ip_access_settings_arn,
  :display_name,
  :description,
  :creation_date)
  SENSITIVE = [:display_name, :description]
  include Aws::Structure
end

#display_nameString

The display name of the IP access settings.

Returns:

  • (String)


2549
2550
2551
2552
2553
2554
2555
2556
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2549

class IpAccessSettingsSummary < Struct.new(
  :ip_access_settings_arn,
  :display_name,
  :description,
  :creation_date)
  SENSITIVE = [:display_name, :description]
  include Aws::Structure
end

#ip_access_settings_arnString

The ARN of IP access settings.

Returns:

  • (String)


2549
2550
2551
2552
2553
2554
2555
2556
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2549

class IpAccessSettingsSummary < Struct.new(
  :ip_access_settings_arn,
  :display_name,
  :description,
  :creation_date)
  SENSITIVE = [:display_name, :description]
  include Aws::Structure
end