Class: Aws::SecurityHub::Types::DescribeHubRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DescribeHubRequest
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass DescribeHubRequest data as a hash:
{
hub_arn: "NonEmptyString",
}
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.
31086 31087 31088 31089 31090 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31086 class DescribeHubRequest < Struct.new( :hub_arn) SENSITIVE = [] include Aws::Structure end |