Class: Aws::Types::UpdateConnectivityRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


1702
1703
1704
# File 'sig/types.rbs', line 1702

def cluster_arn
  @cluster_arn
end

#connectivity_infoTypes::ConnectivityInfo

Returns the value of attribute connectivity_info.



1703
1704
1705
# File 'sig/types.rbs', line 1703

def connectivity_info
  @connectivity_info
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


1704
1705
1706
# File 'sig/types.rbs', line 1704

def current_version
  @current_version
end

#zookeeper_accessTypes::ZookeeperAccess

Returns the value of attribute zookeeper_access.



1705
1706
1707
# File 'sig/types.rbs', line 1705

def zookeeper_access
  @zookeeper_access
end