Module: Aws::SecurityAgent::Client::_UpdateThreatModelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateThreatModelOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_space_id ⇒ ::String
- #assets ⇒ Types::Assets
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #log_config ⇒ Types::CloudWatchLog
- #scope_docs ⇒ ::Array[Types::DocumentInfo]
- #service_role ⇒ ::String
- #threat_model_id ⇒ ::String
- #title ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#agent_space_id ⇒ ::String
1616 |
# File 'sig/client.rbs', line 1616
def agent_space_id: () -> ::String
|
#created_at ⇒ ::Time
1622 |
# File 'sig/client.rbs', line 1622
def created_at: () -> ::Time
|
#description ⇒ ::String
1617 |
# File 'sig/client.rbs', line 1617
def description: () -> ::String
|
#log_config ⇒ Types::CloudWatchLog
1621 |
# File 'sig/client.rbs', line 1621
def log_config: () -> Types::CloudWatchLog
|
#scope_docs ⇒ ::Array[Types::DocumentInfo]
1619 |
# File 'sig/client.rbs', line 1619
def scope_docs: () -> ::Array[Types::DocumentInfo]
|
#service_role ⇒ ::String
1620 |
# File 'sig/client.rbs', line 1620
def service_role: () -> ::String
|
#threat_model_id ⇒ ::String
1614 |
# File 'sig/client.rbs', line 1614
def threat_model_id: () -> ::String
|
#title ⇒ ::String
1615 |
# File 'sig/client.rbs', line 1615
def title: () -> ::String
|
#updated_at ⇒ ::Time
1623 |
# File 'sig/client.rbs', line 1623
def updated_at: () -> ::Time
|