Class: Aws::Types::AssociateServiceInput

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)


221
222
223
# File 'sig/types.rbs', line 221

def agent_space_id
  @agent_space_id
end

#capabilities::Hash[("RELEASE_READINESS_REVIEW" | "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING"), Types::CapabilityConfiguration]

Returns the value of attribute capabilities.

Returns:



224
225
226
# File 'sig/types.rbs', line 224

def capabilities
  @capabilities
end

#configurationTypes::ServiceConfiguration

Returns the value of attribute configuration.



223
224
225
# File 'sig/types.rbs', line 223

def configuration
  @configuration
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def service_id
  @service_id
end