Class: Aws::Types::UpdateAssociationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssociationInput
- 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.
-
#association_id ⇒ ::String
Returns the value of attribute association_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.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def agent_space_id @agent_space_id end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def association_id @association_id end |
#capabilities ⇒ ::Hash[("RELEASE_READINESS_REVIEW" | "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING"), Types::CapabilityConfiguration]
Returns the value of attribute capabilities.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def capabilities @capabilities end |
#configuration ⇒ Types::ServiceConfiguration
Returns the value of attribute configuration.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def configuration @configuration end |