Class: Aws::GuardDuty::Types::Organization
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Organization
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the ISP organization of the remote IP address.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asn ⇒ String
The Autonomous System Number (ASN) of the internet provider of the remote IP address.
-
#asn_org ⇒ String
The organization that registered this ASN.
-
#isp ⇒ String
The ISP information for the internet provider.
-
#org ⇒ String
The name of the internet provider.
Instance Attribute Details
#asn ⇒ String
The Autonomous System Number (ASN) of the internet provider of the remote IP address.
6260 6261 6262 6263 6264 6265 6266 6267 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6260 class Organization < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |
#asn_org ⇒ String
The organization that registered this ASN.
6260 6261 6262 6263 6264 6265 6266 6267 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6260 class Organization < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |
#isp ⇒ String
The ISP information for the internet provider.
6260 6261 6262 6263 6264 6265 6266 6267 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6260 class Organization < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |
#org ⇒ String
The name of the internet provider.
6260 6261 6262 6263 6264 6265 6266 6267 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6260 class Organization < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |