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