Module: Aws::SecurityAgent::Client::_CreateAgentSpaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAgentSpaceOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_space_id ⇒ ::String
- #aws_resources ⇒ Types::AWSResources
- #code_review_settings ⇒ Types::CodeReviewSettings
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #kms_key_id ⇒ ::String
- #name ⇒ ::String
- #target_domain_ids ⇒ ::Array[::String]
- #updated_at ⇒ ::Time
Instance Method Details
#agent_space_id ⇒ ::String
361 |
# File 'sig/client.rbs', line 361
def agent_space_id: () -> ::String
|
#aws_resources ⇒ Types::AWSResources
364 |
# File 'sig/client.rbs', line 364
def aws_resources: () -> Types::AWSResources
|
#code_review_settings ⇒ Types::CodeReviewSettings
366 |
# File 'sig/client.rbs', line 366
def code_review_settings: () -> Types::CodeReviewSettings
|
#created_at ⇒ ::Time
368 |
# File 'sig/client.rbs', line 368
def created_at: () -> ::Time
|
#description ⇒ ::String
363 |
# File 'sig/client.rbs', line 363
def description: () -> ::String
|
#kms_key_id ⇒ ::String
367 |
# File 'sig/client.rbs', line 367
def kms_key_id: () -> ::String
|
#name ⇒ ::String
362 |
# File 'sig/client.rbs', line 362
def name: () -> ::String
|
#target_domain_ids ⇒ ::Array[::String]
365 |
# File 'sig/client.rbs', line 365
def target_domain_ids: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
369 |
# File 'sig/client.rbs', line 369
def updated_at: () -> ::Time
|