Class: Aws::Types::UpdateConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity ⇒ Types::CapacityUpdate
Returns the value of attribute capacity.
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#connector_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute connector_configuration.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
Instance Attribute Details
#capacity ⇒ Types::CapacityUpdate
Returns the value of attribute capacity.
615 616 617 |
# File 'sig/types.rbs', line 615 def capacity @capacity end |
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
617 618 619 |
# File 'sig/types.rbs', line 617 def connector_arn @connector_arn end |
#connector_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute connector_configuration.
616 617 618 |
# File 'sig/types.rbs', line 616 def connector_configuration @connector_configuration end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
618 619 620 |
# File 'sig/types.rbs', line 618 def current_version @current_version end |