Class: Aws::Types::SecurityRequirementArtifact

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:content])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


1852
1853
1854
# File 'sig/types.rbs', line 1852

def content
  @content
end

#format"MD", ...

Returns the value of attribute format.

Returns:

  • ("MD", "PDF", "TXT", "DOCX", "DOC")


1851
1852
1853
# File 'sig/types.rbs', line 1851

def format
  @format
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1850
1851
1852
# File 'sig/types.rbs', line 1850

def name
  @name
end