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.
2212 2213 2214 |
# File 'sig/types.rbs', line 2212 def agent_space_id @agent_space_id end |
#aws_resources ⇒ Types::AWSResources
Returns the value of attribute aws_resources.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def aws_resources @aws_resources end |
#code_review_settings ⇒ Types::CodeReviewSettings
Returns the value of attribute code_review_settings.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def code_review_settings @code_review_settings end |
#description ⇒ ::String
Returns the value of attribute description.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2213 2214 2215 |
# File 'sig/types.rbs', line 2213 def name @name end |
#target_domain_ids ⇒ ::Array[::String]
Returns the value of attribute target_domain_ids.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def target_domain_ids @target_domain_ids end |