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)


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.

Returns:

  • (::String)


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.

Returns:



2059
2060
2061
# File 'sig/types.rbs', line 2059

def capabilities
  @capabilities
end

#configurationTypes::ServiceConfiguration

Returns the value of attribute configuration.



2058
2059
2060
# File 'sig/types.rbs', line 2058

def configuration
  @configuration
end