Class: Aws::Types::AgentSpace
- Inherits:
-
Object
- Object
- Aws::Types::AgentSpace
- 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.
48 49 50 |
# File 'sig/types.rbs', line 48 def agent_space_id @agent_space_id end |
#aws_resources ⇒ Types::AWSResources
Returns the value of attribute aws_resources.
51 52 53 |
# File 'sig/types.rbs', line 51 def aws_resources @aws_resources end |
#code_review_settings ⇒ Types::CodeReviewSettings
Returns the value of attribute code_review_settings.
53 54 55 |
# File 'sig/types.rbs', line 53 def code_review_settings @code_review_settings end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
55 56 57 |
# File 'sig/types.rbs', line 55 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
50 51 52 |
# File 'sig/types.rbs', line 50 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
54 55 56 |
# File 'sig/types.rbs', line 54 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
49 50 51 |
# File 'sig/types.rbs', line 49 def name @name end |
#target_domain_ids ⇒ ::Array[::String]
Returns the value of attribute target_domain_ids.
52 53 54 |
# File 'sig/types.rbs', line 52 def target_domain_ids @target_domain_ids end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
56 57 58 |
# File 'sig/types.rbs', line 56 def updated_at @updated_at end |