Class: Aws::Types::Association
- Inherits:
-
Object
- Object
- Aws::Types::Association
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#status ⇒ "valid", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
235 236 237 |
# File 'sig/types.rbs', line 235 def agent_space_id @agent_space_id end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
239 240 241 |
# File 'sig/types.rbs', line 239 def association_id @association_id end |
#capabilities ⇒ ::Hash[("RELEASE_READINESS_REVIEW" | "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING"), Types::CapabilityConfiguration]
Returns the value of attribute capabilities.
242 243 244 |
# File 'sig/types.rbs', line 242 def capabilities @capabilities end |
#configuration ⇒ Types::ServiceConfiguration
Returns the value of attribute configuration.
241 242 243 |
# File 'sig/types.rbs', line 241 def configuration @configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
236 237 238 |
# File 'sig/types.rbs', line 236 def created_at @created_at end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
240 241 242 |
# File 'sig/types.rbs', line 240 def service_id @service_id end |
#status ⇒ "valid", ...
Returns the value of attribute status.
238 239 240 |
# File 'sig/types.rbs', line 238 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
237 238 239 |
# File 'sig/types.rbs', line 237 def updated_at @updated_at end |