Class: Aws::Types::GetSuiteDefinitionResponse

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)


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

def created_at
  @created_at
end

#last_modified_at ⇒ ::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


72
73
74
# File 'sig/types.rbs', line 72

def last_modified_at
  @last_modified_at
end

#latest_version ⇒ ::String

Returns the value of attribute latest_version.

Returns:

  • (::String)


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

def latest_version
  @latest_version
end

#suite_definition_arn ⇒ ::String

Returns the value of attribute suite_definition_arn.

Returns:

  • (::String)


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

def suite_definition_arn
  @suite_definition_arn
end

#suite_definition_configuration ⇒ Types::SuiteDefinitionConfiguration

Returns the value of attribute suite_definition_configuration.



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

def suite_definition_configuration
  @suite_definition_configuration
end

#suite_definition_id ⇒ ::String

Returns the value of attribute suite_definition_id.

Returns:

  • (::String)


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

def suite_definition_id
  @suite_definition_id
end

#suite_definition_version ⇒ ::String

Returns the value of attribute suite_definition_version.

Returns:

  • (::String)


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

def suite_definition_version
  @suite_definition_version
end

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

Returns the value of attribute tags.

Returns:

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


73
74
75
# File 'sig/types.rbs', line 73

def tags
  @tags
end