Class: Aws::Types::PutDataSetRefreshPropertiesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


9331
9332
9333
# File 'sig/types.rbs', line 9331

def 
  @aws_account_id
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


9332
9333
9334
# File 'sig/types.rbs', line 9332

def data_set_id
  @data_set_id
end

#data_set_refresh_propertiesTypes::DataSetRefreshProperties

Returns the value of attribute data_set_refresh_properties.



9333
9334
9335
# File 'sig/types.rbs', line 9333

def data_set_refresh_properties
  @data_set_refresh_properties
end