Module: Aws::SecurityAgent::Client::_UpdateAgentSpaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAgentSpaceOutput]
- 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
- #name ⇒ ::String
- #target_domain_ids ⇒ ::Array[::String]
- #updated_at ⇒ ::Time
Instance Method Details
#agent_space_id ⇒ ::String
1329 |
# File 'sig/client.rbs', line 1329
def agent_space_id: () -> ::String
|
#aws_resources ⇒ Types::AWSResources
1332 |
# File 'sig/client.rbs', line 1332
def aws_resources: () -> Types::AWSResources
|
#code_review_settings ⇒ Types::CodeReviewSettings
1334 |
# File 'sig/client.rbs', line 1334
def code_review_settings: () -> Types::CodeReviewSettings
|
#created_at ⇒ ::Time
1335 |
# File 'sig/client.rbs', line 1335
def created_at: () -> ::Time
|
#description ⇒ ::String
1331 |
# File 'sig/client.rbs', line 1331
def description: () -> ::String
|
#name ⇒ ::String
1330 |
# File 'sig/client.rbs', line 1330
def name: () -> ::String
|
#target_domain_ids ⇒ ::Array[::String]
1333 |
# File 'sig/client.rbs', line 1333
def target_domain_ids: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
1336 |
# File 'sig/client.rbs', line 1336
def updated_at: () -> ::Time
|