Class: Aws::Glue::Types::StatusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StatusDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A structure containing information about an asynchronous change to a table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#requested_change ⇒ Types::Table
A ‘Table` object representing the requested changes.
-
#view_validations ⇒ Array<Types::ViewValidation>
A list of ‘ViewValidation` objects that contain information for an analytical engine to validate a view.
Instance Attribute Details
#requested_change ⇒ Types::Table
A ‘Table` object representing the requested changes.
22201 22202 22203 22204 22205 22206 |
# File 'lib/aws-sdk-glue/types.rb', line 22201 class StatusDetails < Struct.new( :requested_change, :view_validations) SENSITIVE = [] include Aws::Structure end |
#view_validations ⇒ Array<Types::ViewValidation>
A list of ‘ViewValidation` objects that contain information for an analytical engine to validate a view.
22201 22202 22203 22204 22205 22206 |
# File 'lib/aws-sdk-glue/types.rb', line 22201 class StatusDetails < Struct.new( :requested_change, :view_validations) SENSITIVE = [] include Aws::Structure end |