Module: Aws::SecurityHub::Client::_GetConnectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetConnectorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #connector_arn ⇒ ::String
- #connector_id ⇒ ::String
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #enablement_status ⇒ "ENABLED", ...
- #health ⇒ Types::CspmHealthCheck
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #provider_detail ⇒ Types::CspmProviderDetail
Instance Method Details
#connector_arn ⇒ ::String
4715 |
# File 'sig/client.rbs', line 4715
def connector_arn: () -> ::String
|
#connector_id ⇒ ::String
4716 |
# File 'sig/client.rbs', line 4716
def connector_id: () -> ::String
|
#created_at ⇒ ::Time
4719 |
# File 'sig/client.rbs', line 4719
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4723 |
# File 'sig/client.rbs', line 4723
def created_by: () -> ::String
|
#description ⇒ ::String
4718 |
# File 'sig/client.rbs', line 4718
def description: () -> ::String
|
#enablement_status ⇒ "ENABLED", ...
4724 |
# File 'sig/client.rbs', line 4724
def enablement_status: () -> ("ENABLED" | "PENDING_ENABLEMENT" | "PENDING_UPDATE" | "PENDING_DELETION")
|
#health ⇒ Types::CspmHealthCheck
4721 |
# File 'sig/client.rbs', line 4721
def health: () -> Types::CspmHealthCheck
|
#last_updated_at ⇒ ::Time
4720 |
# File 'sig/client.rbs', line 4720
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
4717 |
# File 'sig/client.rbs', line 4717
def name: () -> ::String
|
#provider_detail ⇒ Types::CspmProviderDetail
4722 |
# File 'sig/client.rbs', line 4722
def provider_detail: () -> Types::CspmProviderDetail
|