Class: Aws::Types::DescribeSecurityHubV2Response
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSecurityHubV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#features ⇒ ::Hash[::String, Types::FeatureDetail]
Returns the value of attribute features.
-
#hub_v2_arn ⇒ ::String
Returns the value of attribute hub_v2_arn.
-
#subscribed_at ⇒ ::String
Returns the value of attribute subscribed_at.
Instance Attribute Details
#features ⇒ ::Hash[::String, Types::FeatureDetail]
Returns the value of attribute features.
5545 5546 5547 |
# File 'sig/types.rbs', line 5545 def features @features end |
#hub_v2_arn ⇒ ::String
Returns the value of attribute hub_v2_arn.
5543 5544 5545 |
# File 'sig/types.rbs', line 5543 def hub_v2_arn @hub_v2_arn end |
#subscribed_at ⇒ ::String
Returns the value of attribute subscribed_at.
5544 5545 5546 |
# File 'sig/types.rbs', line 5544 def subscribed_at @subscribed_at end |