Class: Aws::Types::ArtifactsConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio ⇒ Types::AudioArtifactsConfiguration

Returns the value of attribute audio.



67
68
69
# File 'sig/types.rbs', line 67

def audio
  @audio
end

#composited_video ⇒ Types::CompositedVideoArtifactsConfiguration

Returns the value of attribute composited_video.



70
71
72
# File 'sig/types.rbs', line 70

def composited_video
  @composited_video
end

#content ⇒ Types::ContentArtifactsConfiguration

Returns the value of attribute content.



69
70
71
# File 'sig/types.rbs', line 69

def content
  @content
end

#video ⇒ Types::VideoArtifactsConfiguration

Returns the value of attribute video.



68
69
70
# File 'sig/types.rbs', line 68

def video
  @video
end