Class: Aws::Types::CreateSuiteDefinitionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


27
28
29
# File 'sig/types.rbs', line 27

def created_at
  @created_at
end

#suite_definition_arn ⇒ ::String

Returns the value of attribute suite_definition_arn.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def suite_definition_arn
  @suite_definition_arn
end

#suite_definition_id ⇒ ::String

Returns the value of attribute suite_definition_id.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def suite_definition_id
  @suite_definition_id
end

#suite_definition_name ⇒ ::String

Returns the value of attribute suite_definition_name.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def suite_definition_name
  @suite_definition_name
end