Class: Aws::SecurityHub::Types::AwsMskClusterDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsMskClusterDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details about an Amazon Managed Streaming for Apache Kafka (Amazon MSK) cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_info ⇒ Types::AwsMskClusterClusterInfoDetails
Provides information about a cluster.
Instance Attribute Details
#cluster_info ⇒ Types::AwsMskClusterClusterInfoDetails
Provides information about a cluster.
15026 15027 15028 15029 15030 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15026 class AwsMskClusterDetails < Struct.new( :cluster_info) SENSITIVE = [] include Aws::Structure end |