Module: Aws::AgentRegistryControl::Client::_GetRegistryRecordResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetRegistryRecordResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


220
# File 'sig/client.rbs', line 220

def created_at: () -> ::Time

#created_by::String

Returns:

  • (::String)


225
# File 'sig/client.rbs', line 225

def created_by: () -> ::String

#created_by_auto_detectionBoolean

Returns:

  • (Boolean)


224
# File 'sig/client.rbs', line 224

def created_by_auto_detection: () -> bool

#description::String

Returns:

  • (::String)


215
# File 'sig/client.rbs', line 215

def description: () -> ::String

#descriptorsTypes::Descriptors

Returns:



217
# File 'sig/client.rbs', line 217

def descriptors: () -> Types::Descriptors

#display_name::String

Returns:

  • (::String)


214
# File 'sig/client.rbs', line 214

def display_name: () -> ::String

#name::String

Returns:

  • (::String)


213
# File 'sig/client.rbs', line 213

def name: () -> ::String

#provenance::Array[Types::Provenance]

Returns:



223
# File 'sig/client.rbs', line 223

def provenance: () -> ::Array[Types::Provenance]

#record_arn::String

Returns:

  • (::String)


211
# File 'sig/client.rbs', line 211

def record_arn: () -> ::String

#record_id::String

Returns:

  • (::String)


212
# File 'sig/client.rbs', line 212

def record_id: () -> ::String

#record_type"MCP", ...

Returns:

  • ("MCP", "AGENT", "CUSTOM", "SKILL", "GATEWAY")


216
# File 'sig/client.rbs', line 216

def record_type: () -> ("MCP" | "AGENT" | "CUSTOM" | "SKILL" | "GATEWAY")

#record_version::String

Returns:

  • (::String)


218
# File 'sig/client.rbs', line 218

def record_version: () -> ::String

#registry_arn::String

Returns:

  • (::String)


210
# File 'sig/client.rbs', line 210

def registry_arn: () -> ::String

#status"DRAFT", ...

Returns:

  • ("DRAFT", "PENDING_APPROVAL", "APPROVED", "REJECTED", "DEPRECATED", "CREATING", "UPDATING", "CREATE_FAILED", "UPDATE_FAILED")


219
# File 'sig/client.rbs', line 219

def status: () -> ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")

#status_reason::String

Returns:

  • (::String)


222
# File 'sig/client.rbs', line 222

def status_reason: () -> ::String

#updated_at::Time

Returns:

  • (::Time)


221
# File 'sig/client.rbs', line 221

def updated_at: () -> ::Time