Class: Aws::Types::UpdateConnectionInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_location ⇒ Types::AwsLocation
Returns the value of attribute aws_location.
-
#configurations ⇒ ::Array[Types::Configuration]
Returns the value of attribute configurations.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#props ⇒ Types::ConnectionPropertiesPatch
Returns the value of attribute props.
Instance Attribute Details
#aws_location ⇒ Types::AwsLocation
Returns the value of attribute aws_location.
6418 6419 6420 |
# File 'sig/types.rbs', line 6418 def aws_location @aws_location end |
#configurations ⇒ ::Array[Types::Configuration]
Returns the value of attribute configurations.
6414 6415 6416 |
# File 'sig/types.rbs', line 6414 def configurations @configurations end |
#description ⇒ ::String
Returns the value of attribute description.
6417 6418 6419 |
# File 'sig/types.rbs', line 6417 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6415 6416 6417 |
# File 'sig/types.rbs', line 6415 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6416 6417 6418 |
# File 'sig/types.rbs', line 6416 def identifier @identifier end |
#props ⇒ Types::ConnectionPropertiesPatch
Returns the value of attribute props.
6419 6420 6421 |
# File 'sig/types.rbs', line 6419 def props @props end |