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.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def agent_space_id @agent_space_id end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def association_id @association_id end |
#capabilities ⇒ ::Hash[("RELEASE_READINESS_REVIEW" | "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING"), Types::CapabilityConfiguration]
Returns the value of attribute capabilities.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def capabilities @capabilities end |
#configuration ⇒ Types::ServiceConfiguration
Returns the value of attribute configuration.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def configuration @configuration end |