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
1608 |
# File 'sig/client.rbs', line 1608
def agent_space_id: () -> ::String
|
#created_at ⇒ ::Time
1614 |
# File 'sig/client.rbs', line 1614
def created_at: () -> ::Time
|
#description ⇒ ::String
1609 |
# File 'sig/client.rbs', line 1609
def description: () -> ::String
|
#log_config ⇒ Types::CloudWatchLog
1613 |
# File 'sig/client.rbs', line 1613
def log_config: () -> Types::CloudWatchLog
|
#scope_docs ⇒ ::Array[Types::DocumentInfo]
1611 |
# File 'sig/client.rbs', line 1611
def scope_docs: () -> ::Array[Types::DocumentInfo]
|
#service_role ⇒ ::String
1612 |
# File 'sig/client.rbs', line 1612
def service_role: () -> ::String
|
#threat_model_id ⇒ ::String
1606 |
# File 'sig/client.rbs', line 1606
def threat_model_id: () -> ::String
|
#title ⇒ ::String
1607 |
# File 'sig/client.rbs', line 1607
def title: () -> ::String
|
#updated_at ⇒ ::Time
1615 |
# File 'sig/client.rbs', line 1615
def updated_at: () -> ::Time
|