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.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def cluster_arn @cluster_arn end |
#connectivity_info ⇒ Types::ConnectivityInfo
Returns the value of attribute connectivity_info.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def connectivity_info @connectivity_info end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def current_version @current_version end |
#zookeeper_access ⇒ Types::ZookeeperAccess
Returns the value of attribute zookeeper_access.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def zookeeper_access @zookeeper_access end |