Class: Aws::Types::ThreatModelSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


2207
2208
2209
# File 'sig/types.rbs', line 2207

def agent_space_id
  @agent_space_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2209
2210
2211
# File 'sig/types.rbs', line 2209

def created_at
  @created_at
end

#threat_model_id::String

Returns the value of attribute threat_model_id.

Returns:

  • (::String)


2206
2207
2208
# File 'sig/types.rbs', line 2206

def threat_model_id
  @threat_model_id
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


2208
2209
2210
# File 'sig/types.rbs', line 2208

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2210
2211
2212
# File 'sig/types.rbs', line 2210

def updated_at
  @updated_at
end