Class: Aws::Types::SendDataSetNotificationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1018
1019
1020
# File 'sig/types.rbs', line 1018

def client_token
  @client_token
end

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def comment
  @comment
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def data_set_id
  @data_set_id
end

#detailsTypes::NotificationDetails

Returns the value of attribute details.



1021
1022
1023
# File 'sig/types.rbs', line 1021

def details
  @details
end

#scopeTypes::ScopeDetails

Returns the value of attribute scope.

Returns:



1017
1018
1019
# File 'sig/types.rbs', line 1017

def scope
  @scope
end

#type"DATA_DELAY", ...

Returns the value of attribute type.

Returns:

  • ("DATA_DELAY", "DATA_UPDATE", "DEPRECATION", "SCHEMA_CHANGE")


1022
1023
1024
# File 'sig/types.rbs', line 1022

def type
  @type
end