Class: Aws::Types::CreateDataViewRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataViewRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#as_of_timestamp ⇒ ::Integer
Returns the value of attribute as_of_timestamp.
-
#auto_update ⇒ Boolean
Returns the value of attribute auto_update.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#destination_type_params ⇒ Types::DataViewDestinationTypeParams
Returns the value of attribute destination_type_params.
-
#partition_columns ⇒ ::Array[::String]
Returns the value of attribute partition_columns.
-
#sort_columns ⇒ ::Array[::String]
Returns the value of attribute sort_columns.
Instance Attribute Details
#as_of_timestamp ⇒ ::Integer
Returns the value of attribute as_of_timestamp.
93 94 95 |
# File 'sig/types.rbs', line 93 def end |
#auto_update ⇒ Boolean
Returns the value of attribute auto_update.
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.
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.
89 90 91 |
# File 'sig/types.rbs', line 89 def dataset_id @dataset_id end |
#destination_type_params ⇒ Types::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.
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.
91 92 93 |
# File 'sig/types.rbs', line 91 def sort_columns @sort_columns end |