Class: Aws::Types::AssociateServiceInput
- Inherits:
-
Object
- Object
- Aws::Types::AssociateServiceInput
- 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.
-
#capabilities ⇒ ::Hash[("RELEASE_READINESS_REVIEW" | "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING"), Types::CapabilityConfiguration]
Returns the value of attribute capabilities.
-
#configuration ⇒ Types::ServiceConfiguration
Returns the value of attribute configuration.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
221 222 223 |
# File 'sig/types.rbs', line 221 def agent_space_id @agent_space_id end |
#capabilities ⇒ ::Hash[("RELEASE_READINESS_REVIEW" | "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING"), Types::CapabilityConfiguration]
Returns the value of attribute capabilities.
224 225 226 |
# File 'sig/types.rbs', line 224 def capabilities @capabilities end |
#configuration ⇒ Types::ServiceConfiguration
Returns the value of attribute configuration.
223 224 225 |
# File 'sig/types.rbs', line 223 def configuration @configuration end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
222 223 224 |
# File 'sig/types.rbs', line 222 def service_id @service_id end |