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

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

Overview

The summary of IP access settings.

Constant Summary collapse

SENSITIVE =
[:description, :display_name]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The creation date timestamp of the IP access settings.

Returns:

  • (Time)


1703
1704
1705
1706
1707
1708
1709
1710
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1703

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

#descriptionString

The description of the IP access settings.

Returns:

  • (String)


1703
1704
1705
1706
1707
1708
1709
1710
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1703

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

#display_nameString

The display name of the IP access settings.

Returns:

  • (String)


1703
1704
1705
1706
1707
1708
1709
1710
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1703

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

#ip_access_settings_arnString

The ARN of IP access settings.

Returns:

  • (String)


1703
1704
1705
1706
1707
1708
1709
1710
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1703

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