Class: Aws::Types::UpdateConnectivityRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectivityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#connectivity_info ⇒ Types::ConnectivityInfo
Returns the value of attribute connectivity_info.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#zookeeper_access ⇒ Types::ZookeeperAccess
Returns the value of attribute zookeeper_access.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def cluster_arn @cluster_arn end |
#connectivity_info ⇒ Types::ConnectivityInfo
Returns the value of attribute connectivity_info.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def connectivity_info @connectivity_info end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def current_version @current_version end |
#zookeeper_access ⇒ Types::ZookeeperAccess
Returns the value of attribute zookeeper_access.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def zookeeper_access @zookeeper_access end |