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
649 |
# File 'sig/client.rbs', line 649
def agent_space_id: () -> ::String
|
#created_at ⇒ ::Time
655 |
# File 'sig/client.rbs', line 655
def created_at: () -> ::Time
|
#description ⇒ ::String
650 |
# File 'sig/client.rbs', line 650
def description: () -> ::String
|
#log_config ⇒ Types::CloudWatchLog
654 |
# File 'sig/client.rbs', line 654
def log_config: () -> Types::CloudWatchLog
|
#scope_docs ⇒ ::Array[Types::DocumentInfo]
652 |
# File 'sig/client.rbs', line 652
def scope_docs: () -> ::Array[Types::DocumentInfo]
|
#service_role ⇒ ::String
653 |
# File 'sig/client.rbs', line 653
def service_role: () -> ::String
|
#threat_model_id ⇒ ::String
647 |
# File 'sig/client.rbs', line 647
def threat_model_id: () -> ::String
|
#title ⇒ ::String
648 |
# File 'sig/client.rbs', line 648
def title: () -> ::String
|
#updated_at ⇒ ::Time
656 |
# File 'sig/client.rbs', line 656
def updated_at: () -> ::Time
|