Class: Aws::Types::UpdateAgentSpaceOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgentSpaceOutput
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
2261 2262 2263 |
# File 'sig/types.rbs', line 2261 def agent_space_id @agent_space_id end |
#aws_resources ⇒ Types::AWSResources
Returns the value of attribute aws_resources.
2264 2265 2266 |
# File 'sig/types.rbs', line 2264 def aws_resources @aws_resources end |
#code_review_settings ⇒ Types::CodeReviewSettings
Returns the value of attribute code_review_settings.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def code_review_settings @code_review_settings end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2267 2268 2269 |
# File 'sig/types.rbs', line 2267 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2263 2264 2265 |
# File 'sig/types.rbs', line 2263 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2262 2263 2264 |
# File 'sig/types.rbs', line 2262 def name @name end |
#target_domain_ids ⇒ ::Array[::String]
Returns the value of attribute target_domain_ids.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def target_domain_ids @target_domain_ids end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def updated_at @updated_at end |