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)


3090
3091
3092
3093
3094
3095
3096
3097
3098
# File 'lib/aws-sdk-guardduty/types.rb', line 3090

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)


3090
3091
3092
3093
3094
3095
3096
3097
3098
# File 'lib/aws-sdk-guardduty/types.rb', line 3090

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

#nameString

The user-friendly name for the IPSet.

Returns:

  • (String)


3090
3091
3092
3093
3094
3095
3096
3097
3098
# File 'lib/aws-sdk-guardduty/types.rb', line 3090

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)


3090
3091
3092
3093
3094
3095
3096
3097
3098
# File 'lib/aws-sdk-guardduty/types.rb', line 3090

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


3090
3091
3092
3093
3094
3095
3096
3097
3098
# File 'lib/aws-sdk-guardduty/types.rb', line 3090

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