Class: Aws::Glue::Types::StatusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StatusDetails
- Defined in:
- gems/aws-sdk-glue/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.
24573 24574 24575 24576 24577 24578 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24573 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.
24573 24574 24575 24576 24577 24578 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24573 class StatusDetails < Struct.new( :requested_change, :view_validations) SENSITIVE = [] include Aws::Structure end |