Class: Aws::Redshift::Types::DescribeLoggingStatusMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DescribeLoggingStatusMessage
- Defined in:
- gems/aws-sdk-redshift/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
5275 5276 5277 5278 5279 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5275 class DescribeLoggingStatusMessage < Struct.new( :cluster_identifier) SENSITIVE = [] include Aws::Structure end |