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
1324 |
# File 'sig/client.rbs', line 1324
def agent_space_id: () -> ::String
|
#aws_resources ⇒ Types::AWSResources
1327 |
# File 'sig/client.rbs', line 1327
def aws_resources: () -> Types::AWSResources
|
#code_review_settings ⇒ Types::CodeReviewSettings
1329 |
# File 'sig/client.rbs', line 1329
def code_review_settings: () -> Types::CodeReviewSettings
|
#created_at ⇒ ::Time
1330 |
# File 'sig/client.rbs', line 1330
def created_at: () -> ::Time
|
#description ⇒ ::String
1326 |
# File 'sig/client.rbs', line 1326
def description: () -> ::String
|
#name ⇒ ::String
1325 |
# File 'sig/client.rbs', line 1325
def name: () -> ::String
|
#target_domain_ids ⇒ ::Array[::String]
1328 |
# File 'sig/client.rbs', line 1328
def target_domain_ids: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
1331 |
# File 'sig/client.rbs', line 1331
def updated_at: () -> ::Time
|