Class: Aws::SecurityHub::Types::DescribeSecurityHubV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DescribeSecurityHubV2Response
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hub_v2_arn ⇒ String
The ARN of the service resource.
-
#subscribed_at ⇒ String
The date and time when the service was enabled in the account.
Instance Attribute Details
#hub_v2_arn ⇒ String
The ARN of the service resource.
24218 24219 24220 24221 24222 24223 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24218 class DescribeSecurityHubV2Response < Struct.new( :hub_v2_arn, :subscribed_at) SENSITIVE = [] include Aws::Structure end |
#subscribed_at ⇒ String
The date and time when the service was enabled in the account.
24218 24219 24220 24221 24222 24223 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24218 class DescribeSecurityHubV2Response < Struct.new( :hub_v2_arn, :subscribed_at) SENSITIVE = [] include Aws::Structure end |