Method: Aws::SecurityHub::Types::IpOrganizationDetails#asn
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#asn ⇒ Integer
The Autonomous System Number (ASN) of the internet provider
26568 26569 26570 26571 26572 26573 26574 26575 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26568 class IpOrganizationDetails < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |