Class: Aws::Types::UpdateAssociationInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



2052
2053
2054
# File 'sig/types.rbs', line 2052

def capabilities
  @capabilities
end

#configurationTypes::ServiceConfiguration

Returns the value of attribute configuration.



2051
2052
2053
# File 'sig/types.rbs', line 2051

def configuration
  @configuration
end