Class: Aws::Types::Association

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)


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.

Returns:

  • (::String)


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.

Returns:



242
243
244
# File 'sig/types.rbs', line 242

def capabilities
  @capabilities
end

#configurationTypes::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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def service_id
  @service_id
end

#status"valid", ...

Returns the value of attribute status.

Returns:

  • ("valid", "invalid", "pending-confirmation")


238
239
240
# File 'sig/types.rbs', line 238

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


237
238
239
# File 'sig/types.rbs', line 237

def updated_at
  @updated_at
end