Class: Aws::SecurityHub::Types::DescribeHubRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hub_arnString

The ARN of the Hub resource to retrieve.

Returns:

  • (String)


24032
24033
24034
24035
24036
# File 'lib/aws-sdk-securityhub/types.rb', line 24032

class DescribeHubRequest < Struct.new(
  :hub_arn)
  SENSITIVE = []
  include Aws::Structure
end