Class: Aws::Types::CreateAgentSpaceOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAgentSpaceOutput
- 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.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#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.
593 594 595 |
# File 'sig/types.rbs', line 593 def agent_space_id @agent_space_id end |
#aws_resources ⇒ Types::AWSResources
Returns the value of attribute aws_resources.
596 597 598 |
# File 'sig/types.rbs', line 596 def aws_resources @aws_resources end |
#code_review_settings ⇒ Types::CodeReviewSettings
Returns the value of attribute code_review_settings.
598 599 600 |
# File 'sig/types.rbs', line 598 def code_review_settings @code_review_settings end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
600 601 602 |
# File 'sig/types.rbs', line 600 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
595 596 597 |
# File 'sig/types.rbs', line 595 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
599 600 601 |
# File 'sig/types.rbs', line 599 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
594 595 596 |
# File 'sig/types.rbs', line 594 def name @name end |
#target_domain_ids ⇒ ::Array[::String]
Returns the value of attribute target_domain_ids.
597 598 599 |
# File 'sig/types.rbs', line 597 def target_domain_ids @target_domain_ids end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
601 602 603 |
# File 'sig/types.rbs', line 601 def updated_at @updated_at end |