Class: Aws::Types::DataViewSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#as_of_timestamp::Integer

Returns the value of attribute as_of_timestamp.

Returns:

  • (::Integer)


174
175
176
# File 'sig/types.rbs', line 174

def as_of_timestamp
  @as_of_timestamp
end

#auto_updateBoolean

Returns the value of attribute auto_update.

Returns:

  • (Boolean)


180
181
182
# File 'sig/types.rbs', line 180

def auto_update
  @auto_update
end

#create_time::Integer

Returns the value of attribute create_time.

Returns:

  • (::Integer)


181
182
183
# File 'sig/types.rbs', line 181

def create_time
  @create_time
end

#data_view_arn::String

Returns the value of attribute data_view_arn.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def data_view_arn
  @data_view_arn
end

#data_view_id::String

Returns the value of attribute data_view_id.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def data_view_id
  @data_view_id
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def dataset_id
  @dataset_id
end

#destination_type_propertiesTypes::DataViewDestinationTypeParams

Returns the value of attribute destination_type_properties.



179
180
181
# File 'sig/types.rbs', line 179

def destination_type_properties
  @destination_type_properties
end

#error_infoTypes::DataViewErrorInfo

Returns the value of attribute error_info.



178
179
180
# File 'sig/types.rbs', line 178

def error_info
  @error_info
end

#last_modified_time::Integer

Returns the value of attribute last_modified_time.

Returns:

  • (::Integer)


182
183
184
# File 'sig/types.rbs', line 182

def last_modified_time
  @last_modified_time
end

#partition_columns::Array[::String]

Returns the value of attribute partition_columns.

Returns:

  • (::Array[::String])


175
176
177
# File 'sig/types.rbs', line 175

def partition_columns
  @partition_columns
end

#sort_columns::Array[::String]

Returns the value of attribute sort_columns.

Returns:

  • (::Array[::String])


176
177
178
# File 'sig/types.rbs', line 176

def sort_columns
  @sort_columns
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

  • ("RUNNING", "STARTING", "FAILED", "CANCELLED", "TIMEOUT", "SUCCESS", "PENDING", "FAILED_CLEANUP_FAILED")


177
178
179
# File 'sig/types.rbs', line 177

def status
  @status
end