Class: Aws::Types::UpdateAgentSpaceInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgentSpaceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#aws_resources ⇒ Types::AWSResources
Returns the value of attribute aws_resources.
-
#code_review_settings ⇒ Types::CodeReviewSettings
Returns the value of attribute code_review_settings.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#target_domain_ids ⇒ ::Array[::String]
Returns the value of attribute target_domain_ids.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
2227 2228 2229 |
# File 'sig/types.rbs', line 2227 def agent_space_id @agent_space_id end |
#aws_resources ⇒ Types::AWSResources
Returns the value of attribute aws_resources.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def aws_resources @aws_resources end |
#code_review_settings ⇒ Types::CodeReviewSettings
Returns the value of attribute code_review_settings.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def code_review_settings @code_review_settings end |
#description ⇒ ::String
Returns the value of attribute description.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def name @name end |
#target_domain_ids ⇒ ::Array[::String]
Returns the value of attribute target_domain_ids.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def target_domain_ids @target_domain_ids end |