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.
615 616 617 |
# File 'sig/types.rbs', line 615 def agent_space_id @agent_space_id end |
#aws_resources ⇒ Types::AWSResources
Returns the value of attribute aws_resources.
618 619 620 |
# File 'sig/types.rbs', line 618 def aws_resources @aws_resources end |
#code_review_settings ⇒ Types::CodeReviewSettings
Returns the value of attribute code_review_settings.
620 621 622 |
# File 'sig/types.rbs', line 620 def code_review_settings @code_review_settings end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
622 623 624 |
# File 'sig/types.rbs', line 622 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
617 618 619 |
# File 'sig/types.rbs', line 617 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
621 622 623 |
# File 'sig/types.rbs', line 621 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
616 617 618 |
# File 'sig/types.rbs', line 616 def name @name end |
#target_domain_ids ⇒ ::Array[::String]
Returns the value of attribute target_domain_ids.
619 620 621 |
# File 'sig/types.rbs', line 619 def target_domain_ids @target_domain_ids end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
623 624 625 |
# File 'sig/types.rbs', line 623 def updated_at @updated_at end |