Class: Aws::Types::DescribeHubResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHubResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_enable_controls ⇒ Boolean
Returns the value of attribute auto_enable_controls.
-
#control_finding_generator ⇒ "STANDARD_CONTROL", "SECURITY_CONTROL"
Returns the value of attribute control_finding_generator.
-
#hub_arn ⇒ ::String
Returns the value of attribute hub_arn.
-
#subscribed_at ⇒ ::String
Returns the value of attribute subscribed_at.
Instance Attribute Details
#auto_enable_controls ⇒ Boolean
Returns the value of attribute auto_enable_controls.
5498 5499 5500 |
# File 'sig/types.rbs', line 5498 def auto_enable_controls @auto_enable_controls end |
#control_finding_generator ⇒ "STANDARD_CONTROL", "SECURITY_CONTROL"
Returns the value of attribute control_finding_generator.
5499 5500 5501 |
# File 'sig/types.rbs', line 5499 def control_finding_generator @control_finding_generator end |
#hub_arn ⇒ ::String
Returns the value of attribute hub_arn.
5496 5497 5498 |
# File 'sig/types.rbs', line 5496 def hub_arn @hub_arn end |
#subscribed_at ⇒ ::String
Returns the value of attribute subscribed_at.
5497 5498 5499 |
# File 'sig/types.rbs', line 5497 def subscribed_at @subscribed_at end |