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.
24220 24221 24222 24223 24224 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24220 class DescribeHubRequest < Struct.new( :hub_arn) SENSITIVE = [] include Aws::Structure end |