Module: Aws::SSM::Client::_GetCloudConnectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCloudConnectorResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cloud_connector_arn ⇒ ::String
- #config_connector_arn ⇒ ::String
- #configuration ⇒ Types::CloudConnectorConfiguration
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #display_name ⇒ ::String
- #role_arn ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#cloud_connector_arn ⇒ ::String
1310 |
# File 'sig/client.rbs', line 1310
def cloud_connector_arn: () -> ::String
|
#config_connector_arn ⇒ ::String
1315 |
# File 'sig/client.rbs', line 1315
def config_connector_arn: () -> ::String
|
#configuration ⇒ Types::CloudConnectorConfiguration
1314 |
# File 'sig/client.rbs', line 1314
def configuration: () -> Types::CloudConnectorConfiguration
|
#created_at ⇒ ::Time
1316 |
# File 'sig/client.rbs', line 1316
def created_at: () -> ::Time
|
#description ⇒ ::String
1312 |
# File 'sig/client.rbs', line 1312
def description: () -> ::String
|
#display_name ⇒ ::String
1311 |
# File 'sig/client.rbs', line 1311
def display_name: () -> ::String
|
#role_arn ⇒ ::String
1313 |
# File 'sig/client.rbs', line 1313
def role_arn: () -> ::String
|
#updated_at ⇒ ::Time
1317 |
# File 'sig/client.rbs', line 1317
def updated_at: () -> ::Time
|