Class: Aws::Types::GetContentModerationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#get_request_metadataTypes::GetContentModerationRequestMetadata

Returns the value of attribute get_request_metadata.



896
897
898
# File 'sig/types.rbs', line 896

def 
  @get_request_metadata
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


893
894
895
# File 'sig/types.rbs', line 893

def job_id
  @job_id
end

#job_status"IN_PROGRESS", ...

Returns the value of attribute job_status.

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED")


887
888
889
# File 'sig/types.rbs', line 887

def job_status
  @job_status
end

#job_tag::String

Returns the value of attribute job_tag.

Returns:

  • (::String)


895
896
897
# File 'sig/types.rbs', line 895

def job_tag
  @job_tag
end

#moderation_labels::Array[Types::ContentModerationDetection]

Returns the value of attribute moderation_labels.

Returns:



890
891
892
# File 'sig/types.rbs', line 890

def moderation_labels
  @moderation_labels
end

#moderation_model_version::String

Returns the value of attribute moderation_model_version.

Returns:

  • (::String)


892
893
894
# File 'sig/types.rbs', line 892

def moderation_model_version
  @moderation_model_version
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


891
892
893
# File 'sig/types.rbs', line 891

def next_token
  @next_token
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def status_message
  @status_message
end

#videoTypes::Video

Returns the value of attribute video.

Returns:



894
895
896
# File 'sig/types.rbs', line 894

def video
  @video
end

#video_metadataTypes::VideoMetadata

Returns the value of attribute video_metadata.



889
890
891
# File 'sig/types.rbs', line 889

def 
  @video_metadata
end