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.
584 585 586 |
# File 'sig/types.rbs', line 584 def aws_resources @aws_resources end |
#code_review_settings ⇒ Types::CodeReviewSettings
Returns the value of attribute code_review_settings.
586 587 588 |
# File 'sig/types.rbs', line 586 def code_review_settings @code_review_settings end |
#description ⇒ ::String
Returns the value of attribute description.
583 584 585 |
# File 'sig/types.rbs', line 583 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
587 588 589 |
# File 'sig/types.rbs', line 587 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
582 583 584 |
# File 'sig/types.rbs', line 582 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
588 589 590 |
# File 'sig/types.rbs', line 588 def @tags end |
#target_domain_ids ⇒ ::Array[::String]
Returns the value of attribute target_domain_ids.
585 586 587 |
# File 'sig/types.rbs', line 585 def target_domain_ids @target_domain_ids end |