Class: Aws::Types::CreateDataViewRequest

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)


93
94
95
# File 'sig/types.rbs', line 93

def as_of_timestamp
  @as_of_timestamp
end

#auto_updateBoolean

Returns the value of attribute auto_update.

Returns:

  • (Boolean)


90
91
92
# File 'sig/types.rbs', line 90

def auto_update
  @auto_update
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def client_token
  @client_token
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def dataset_id
  @dataset_id
end

#destination_type_paramsTypes::DataViewDestinationTypeParams

Returns the value of attribute destination_type_params.



94
95
96
# File 'sig/types.rbs', line 94

def destination_type_params
  @destination_type_params
end

#partition_columns::Array[::String]

Returns the value of attribute partition_columns.

Returns:

  • (::Array[::String])


92
93
94
# File 'sig/types.rbs', line 92

def partition_columns
  @partition_columns
end

#sort_columns::Array[::String]

Returns the value of attribute sort_columns.

Returns:

  • (::Array[::String])


91
92
93
# File 'sig/types.rbs', line 91

def sort_columns
  @sort_columns
end