Class: Aws::SecurityHub::Types::DescribeHubRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DescribeHubRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hub_arn ⇒ String
The ARN of the Hub resource to retrieve.
Instance Attribute Details
#hub_arn ⇒ String
The ARN of the Hub resource to retrieve.
24366 24367 24368 24369 24370 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24366 class DescribeHubRequest < Struct.new( :hub_arn) SENSITIVE = [] include Aws::Structure end |