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)


1671
1672
1673
# File 'sig/types.rbs', line 1671

def cluster_arn
  @cluster_arn
end

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

Returns:

  • (::String)


1673
1674
1675
# File 'sig/types.rbs', line 1673

def current_version
  @current_version
end

#zookeeper_accessTypes::ZookeeperAccess

Returns the value of attribute zookeeper_access.



1674
1675
1676
# File 'sig/types.rbs', line 1674

def zookeeper_access
  @zookeeper_access
end