Class: Aws::Types::TestCase

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


8107
8108
8109
# File 'sig/types.rbs', line 8107

def arn
  @arn
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


8110
8111
8112
# File 'sig/types.rbs', line 8110

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8113
8114
8115
# File 'sig/types.rbs', line 8113

def description
  @description
end

#entry_pointTypes::TestCaseEntryPoint

Returns the value of attribute entry_point.



8111
8112
8113
# File 'sig/types.rbs', line 8111

def entry_point
  @entry_point
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


8108
8109
8110
# File 'sig/types.rbs', line 8108

def id
  @id
end

#initialization_data::String

Returns the value of attribute initialization_data.

Returns:

  • (::String)


8112
8113
8114
# File 'sig/types.rbs', line 8112

def initialization_data
  @initialization_data
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


8116
8117
8118
# File 'sig/types.rbs', line 8116

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


8115
8116
8117
# File 'sig/types.rbs', line 8115

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8109
8110
8111
# File 'sig/types.rbs', line 8109

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


8114
8115
8116
# File 'sig/types.rbs', line 8114

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


8117
8118
8119
# File 'sig/types.rbs', line 8117

def tags
  @tags
end

#test_case_sha_256::String

Returns the value of attribute test_case_sha_256.

Returns:

  • (::String)


8118
8119
8120
# File 'sig/types.rbs', line 8118

def test_case_sha_256
  @test_case_sha_256
end