Class: Aws::Types::UpdateCloudConnectorRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_connector_id::String

Returns the value of attribute cloud_connector_id.

Returns:



4449
4450
4451
# File 'sig/types.rbs', line 4449

def cloud_connector_id
  @cloud_connector_id
end

#configurationTypes::CloudConnectorConfiguration

Returns the value of attribute configuration.

Returns:



4451
4452
4453
# File 'sig/types.rbs', line 4451

def configuration
  @configuration
end

#description::String

Returns the value of attribute description.

Returns:



4452
4453
4454
# File 'sig/types.rbs', line 4452

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:



4450
4451
4452
# File 'sig/types.rbs', line 4450

def display_name
  @display_name
end