Class: Aws::Types::SendDataSetNotificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendDataSetNotificationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#details ⇒ Types::NotificationDetails
Returns the value of attribute details.
-
#scope ⇒ Types::ScopeDetails
Returns the value of attribute scope.
-
#type ⇒ "DATA_DELAY", ...
Returns the value of attribute type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def client_token @client_token end |
#comment ⇒ ::String
Returns the value of attribute comment.
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.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def data_set_id @data_set_id end |
#details ⇒ Types::NotificationDetails
Returns the value of attribute details.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def details @details end |
#scope ⇒ Types::ScopeDetails
Returns the value of attribute scope.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def scope @scope end |
#type ⇒ "DATA_DELAY", ...
Returns the value of attribute type.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def type @type end |