Class: Aws::SecurityHub::Types::IpOrganizationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::IpOrganizationDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass IpOrganizationDetails data as a hash:
{
asn: 1,
asn_org: "NonEmptyString",
isp: "NonEmptyString",
org: "NonEmptyString",
}
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
19540 19541 19542 19543 19544 19545 19546 19547 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19540 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.
19540 19541 19542 19543 19544 19545 19546 19547 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19540 class IpOrganizationDetails < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |
#isp ⇒ String
The ISP information for the internet provider.
19540 19541 19542 19543 19544 19545 19546 19547 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19540 class IpOrganizationDetails < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |
#org ⇒ String
The name of the internet provider.
19540 19541 19542 19543 19544 19545 19546 19547 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19540 class IpOrganizationDetails < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |