Module: Aws::SecurityAgent::Client::_CreateThreatModelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateThreatModelOutput]
- 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
652 |
# File 'sig/client.rbs', line 652
def agent_space_id: () -> ::String
|
#created_at ⇒ ::Time
658 |
# File 'sig/client.rbs', line 658
def created_at: () -> ::Time
|
#description ⇒ ::String
653 |
# File 'sig/client.rbs', line 653
def description: () -> ::String
|
#log_config ⇒ Types::CloudWatchLog
657 |
# File 'sig/client.rbs', line 657
def log_config: () -> Types::CloudWatchLog
|
#scope_docs ⇒ ::Array[Types::DocumentInfo]
655 |
# File 'sig/client.rbs', line 655
def scope_docs: () -> ::Array[Types::DocumentInfo]
|
#service_role ⇒ ::String
656 |
# File 'sig/client.rbs', line 656
def service_role: () -> ::String
|
#threat_model_id ⇒ ::String
650 |
# File 'sig/client.rbs', line 650
def threat_model_id: () -> ::String
|
#title ⇒ ::String
651 |
# File 'sig/client.rbs', line 651
def title: () -> ::String
|
#updated_at ⇒ ::Time
659 |
# File 'sig/client.rbs', line 659
def updated_at: () -> ::Time
|