Module: Aws::SecurityHub::Client::_DescribeHubResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeHubResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #auto_enable_controls ⇒ Boolean
- #control_finding_generator ⇒ "STANDARD_CONTROL", "SECURITY_CONTROL"
- #hub_arn ⇒ ::String
- #subscribed_at ⇒ ::String
Instance Method Details
#auto_enable_controls ⇒ Boolean
4423 |
# File 'sig/client.rbs', line 4423
def auto_enable_controls: () -> bool
|
#control_finding_generator ⇒ "STANDARD_CONTROL", "SECURITY_CONTROL"
4424 |
# File 'sig/client.rbs', line 4424
def control_finding_generator: () -> ("STANDARD_CONTROL" | "SECURITY_CONTROL")
|
#hub_arn ⇒ ::String
4421 |
# File 'sig/client.rbs', line 4421
def hub_arn: () -> ::String
|
#subscribed_at ⇒ ::String
4422 |
# File 'sig/client.rbs', line 4422
def subscribed_at: () -> ::String
|