Class: Aws::Types::CreateAgentSpaceInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAgentSpaceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_domain_ids ⇒ ::Array[::String]
Returns the value of attribute target_domain_ids.
Instance Attribute Details
#aws_resources ⇒ Types::AWSResources
Returns the value of attribute aws_resources.
606 607 608 |
# File 'sig/types.rbs', line 606 def aws_resources @aws_resources end |
#code_review_settings ⇒ Types::CodeReviewSettings
Returns the value of attribute code_review_settings.
608 609 610 |
# File 'sig/types.rbs', line 608 def code_review_settings @code_review_settings end |
#description ⇒ ::String
Returns the value of attribute description.
605 606 607 |
# File 'sig/types.rbs', line 605 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
609 610 611 |
# File 'sig/types.rbs', line 609 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
604 605 606 |
# File 'sig/types.rbs', line 604 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
610 611 612 |
# File 'sig/types.rbs', line 610 def @tags end |
#target_domain_ids ⇒ ::Array[::String]
Returns the value of attribute target_domain_ids.
607 608 609 |
# File 'sig/types.rbs', line 607 def target_domain_ids @target_domain_ids end |