Class: Aws::SecurityHub::Types::IpOrganizationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::IpOrganizationDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides information about an internet provider.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asn ⇒ Integer
The Autonomous System Number (ASN) of the internet provider.
-
#asn_org ⇒ String
The name of the organization that registered the ASN.
-
#isp ⇒ String
The ISP information for the internet provider.
-
#org ⇒ String
The name of the internet provider.
Instance Attribute Details
#asn ⇒ Integer
The Autonomous System Number (ASN) of the internet provider
26158 26159 26160 26161 26162 26163 26164 26165 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26158 class IpOrganizationDetails < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |
#asn_org ⇒ String
The name of the organization that registered the ASN.
26158 26159 26160 26161 26162 26163 26164 26165 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26158 class IpOrganizationDetails < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |
#isp ⇒ String
The ISP information for the internet provider.
26158 26159 26160 26161 26162 26163 26164 26165 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26158 class IpOrganizationDetails < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |
#org ⇒ String
The name of the internet provider.
26158 26159 26160 26161 26162 26163 26164 26165 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26158 class IpOrganizationDetails < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |