Class: Aws::Redshift::Types::DescribeLoggingStatusMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DescribeLoggingStatusMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ String
The identifier of the cluster from which to get the logging status.
Instance Attribute Details
#cluster_identifier ⇒ String
The identifier of the cluster from which to get the logging status.
Example: ‘examplecluster`
5239 5240 5241 5242 5243 |
# File 'lib/aws-sdk-redshift/types.rb', line 5239 class DescribeLoggingStatusMessage < Struct.new( :cluster_identifier) SENSITIVE = [] include Aws::Structure end |