Class: Aws::Types::StartContentModerationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:



1756
1757
1758
# File 'sig/types.rbs', line 1756

def client_request_token
  @client_request_token
end

#job_tag::String

Returns the value of attribute job_tag.

Returns:



1758
1759
1760
# File 'sig/types.rbs', line 1758

def job_tag
  @job_tag
end

#min_confidence::Float

Returns the value of attribute min_confidence.

Returns:



1755
1756
1757
# File 'sig/types.rbs', line 1755

def min_confidence
  @min_confidence
end

#notification_channelTypes::NotificationChannel

Returns the value of attribute notification_channel.

Returns:



1757
1758
1759
# File 'sig/types.rbs', line 1757

def notification_channel
  @notification_channel
end

#videoTypes::Video

Returns the value of attribute video.

Returns:



1754
1755
1756
# File 'sig/types.rbs', line 1754

def video
  @video
end