Class: Aws::Snowball::Types::DescribeClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::DescribeClusterResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_metadata ⇒ Types::ClusterMetadata
Information about a specific cluster, including shipping information, cluster status, and other important metadata.
Instance Attribute Details
#cluster_metadata ⇒ Types::ClusterMetadata
Information about a specific cluster, including shipping information, cluster status, and other important metadata.
1003 1004 1005 1006 1007 |
# File 'lib/aws-sdk-snowball/types.rb', line 1003 class DescribeClusterResult < Struct.new( :cluster_metadata) SENSITIVE = [] include Aws::Structure end |