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.
6419 6420 6421 |
# File 'sig/types.rbs', line 6419 def aws_location @aws_location end |
#configurations ⇒ ::Array[Types::Configuration]
Returns the value of attribute configurations.
6415 6416 6417 |
# File 'sig/types.rbs', line 6415 def configurations @configurations end |
#description ⇒ ::String
Returns the value of attribute description.
6418 6419 6420 |
# File 'sig/types.rbs', line 6418 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6416 6417 6418 |
# File 'sig/types.rbs', line 6416 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6417 6418 6419 |
# File 'sig/types.rbs', line 6417 def identifier @identifier end |
#props ⇒ Types::ConnectionPropertiesPatch
Returns the value of attribute props.
6420 6421 6422 |
# File 'sig/types.rbs', line 6420 def props @props end |