Class: Aws::Types::ManualEvidence

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text_response, :evidence_file_name])

Instance Attribute Summary collapse

Instance Attribute Details

#evidence_file_name ⇒ ::String

Returns the value of attribute evidence_file_name.

Returns:

  • (::String)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def evidence_file_name
  @evidence_file_name
end

#s3_resource_path ⇒ ::String

Returns the value of attribute s3_resource_path.

Returns:

  • (::String)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def s3_resource_path
  @s3_resource_path
end

#text_response ⇒ ::String

Returns the value of attribute text_response.

Returns:

  • (::String)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def text_response
  @text_response
end