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)


3394
3395
3396
3397
3398
3399
3400
3401
3402
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3394

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)


3394
3395
3396
3397
3398
3399
3400
3401
3402
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3394

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

#nameString

The user-friendly name for the IPSet.

Returns:

  • (String)


3394
3395
3396
3397
3398
3399
3400
3401
3402
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3394

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)


3394
3395
3396
3397
3398
3399
3400
3401
3402
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3394

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>)


3394
3395
3396
3397
3398
3399
3400
3401
3402
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3394

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