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.
6589 6590 6591 6592 6593 6594 6595 6596 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6589 class Organization < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |
#asn_org ⇒ String
The organization that registered this ASN.
6589 6590 6591 6592 6593 6594 6595 6596 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6589 class Organization < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |
#isp ⇒ String
The ISP information for the internet provider.
6589 6590 6591 6592 6593 6594 6595 6596 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6589 class Organization < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |
#org ⇒ String
The name of the internet provider.
6589 6590 6591 6592 6593 6594 6595 6596 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6589 class Organization < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |