Class: Aws::Types::UpdateCloudConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCloudConnectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_connector_id ⇒ ::String
Returns the value of attribute cloud_connector_id.
-
#configuration ⇒ Types::CloudConnectorConfiguration
Returns the value of attribute configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
Instance Attribute Details
#cloud_connector_id ⇒ ::String
Returns the value of attribute cloud_connector_id.
4449 4450 4451 |
# File 'sig/types.rbs', line 4449 def cloud_connector_id @cloud_connector_id end |
#configuration ⇒ Types::CloudConnectorConfiguration
Returns the value of attribute configuration.
4451 4452 4453 |
# File 'sig/types.rbs', line 4451 def configuration @configuration end |
#description ⇒ ::String
Returns the value of attribute description.
4452 4453 4454 |
# File 'sig/types.rbs', line 4452 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
4450 4451 4452 |
# File 'sig/types.rbs', line 4450 def display_name @display_name end |