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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2612
2613
2614
2615
2616
2617
2618
2619
2620
# File 'lib/aws-sdk-guardduty/types.rb', line 2612

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)


2612
2613
2614
2615
2616
2617
2618
2619
2620
# File 'lib/aws-sdk-guardduty/types.rb', line 2612

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

#nameString

The user-friendly name for the IPSet.

Returns:

  • (String)


2612
2613
2614
2615
2616
2617
2618
2619
2620
# File 'lib/aws-sdk-guardduty/types.rb', line 2612

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)


2612
2613
2614
2615
2616
2617
2618
2619
2620
# File 'lib/aws-sdk-guardduty/types.rb', line 2612

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


2612
2613
2614
2615
2616
2617
2618
2619
2620
# File 'lib/aws-sdk-guardduty/types.rb', line 2612

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