Module: Aws::SecurityHub::Client::_GetConnectorV2ResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetConnectorV2Response]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #connector_arn ⇒ ::String
- #connector_id ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #enablement_status ⇒ "ENABLED", ...
- #enablement_status_reason ⇒ ::String
- #health ⇒ Types::HealthCheck
- #kms_key_arn ⇒ ::String
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #provider_detail ⇒ Types::ProviderDetail
Instance Method Details
#connector_arn ⇒ ::String
4734 |
# File 'sig/client.rbs', line 4734
def connector_arn: () -> ::String
|
#connector_id ⇒ ::String
4735 |
# File 'sig/client.rbs', line 4735
def connector_id: () -> ::String
|
#created_at ⇒ ::Time
4739 |
# File 'sig/client.rbs', line 4739
def created_at: () -> ::Time
|
#description ⇒ ::String
4737 |
# File 'sig/client.rbs', line 4737
def description: () -> ::String
|
#enablement_status ⇒ "ENABLED", ...
4743 |
# File 'sig/client.rbs', line 4743
def enablement_status: () -> ("ENABLED" | "PENDING_ENABLEMENT" | "FAILED_TO_ENABLE" | "PENDING_UPDATE" | "FAILED_TO_UPDATE" | "PENDING_DELETION" | "FAILED_TO_DELETE")
|
#enablement_status_reason ⇒ ::String
4744 |
# File 'sig/client.rbs', line 4744
def enablement_status_reason: () -> ::String
|
#health ⇒ Types::HealthCheck
4741 |
# File 'sig/client.rbs', line 4741
def health: () -> Types::HealthCheck
|
#kms_key_arn ⇒ ::String
4738 |
# File 'sig/client.rbs', line 4738
def kms_key_arn: () -> ::String
|
#last_updated_at ⇒ ::Time
4740 |
# File 'sig/client.rbs', line 4740
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
4736 |
# File 'sig/client.rbs', line 4736
def name: () -> ::String
|
#provider_detail ⇒ Types::ProviderDetail
4742 |
# File 'sig/client.rbs', line 4742
def provider_detail: () -> Types::ProviderDetail
|