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)


1663
1664
1665
# File 'sig/types.rbs', line 1663

def cluster_arn
  @cluster_arn
end

#connectivity_infoTypes::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.

Returns:

  • (::String)


1665
1666
1667
# File 'sig/types.rbs', line 1665

def current_version
  @current_version
end

#zookeeper_accessTypes::ZookeeperAccess

Returns the value of attribute zookeeper_access.



1666
1667
1668
# File 'sig/types.rbs', line 1666

def zookeeper_access
  @zookeeper_access
end