Class: Aws::GuardDuty::Types::GetIPSetResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The format of the file that contains the IPSet.

Returns:

  • (String)


3386
3387
3388
3389
3390
3391
3392
3393
3394
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3386

class GetIPSetResponse < Struct.new(
  :name,
  :format,
  :location,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The URI of the file that contains the IPSet.

Returns:

  • (String)


3386
3387
3388
3389
3390
3391
3392
3393
3394
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3386

class GetIPSetResponse < Struct.new(
  :name,
  :format,
  :location,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The user-friendly name for the IPSet.

Returns:

  • (String)


3386
3387
3388
3389
3390
3391
3392
3393
3394
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3386

class GetIPSetResponse < Struct.new(
  :name,
  :format,
  :location,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of IPSet file that was uploaded.

Returns:

  • (String)


3386
3387
3388
3389
3390
3391
3392
3393
3394
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3386

class GetIPSetResponse < Struct.new(
  :name,
  :format,
  :location,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags of the IPSet resource.

Returns:

  • (Hash<String,String>)


3386
3387
3388
3389
3390
3391
3392
3393
3394
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3386

class GetIPSetResponse < Struct.new(
  :name,
  :format,
  :location,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end