Class: Aws::Types::GetPromptResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:variants])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1437
1438
1439
# File 'sig/types.rbs', line 1437

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def created_at
  @created_at
end

#customer_encryption_key_arn::String

Returns the value of attribute customer_encryption_key_arn.

Returns:

  • (::String)


1433
1434
1435
# File 'sig/types.rbs', line 1433

def customer_encryption_key_arn
  @customer_encryption_key_arn
end

#default_variant::String

Returns the value of attribute default_variant.

Returns:

  • (::String)


1434
1435
1436
# File 'sig/types.rbs', line 1434

def default_variant
  @default_variant
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1436
1437
1438
# File 'sig/types.rbs', line 1436

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1431
1432
1433
# File 'sig/types.rbs', line 1431

def name
  @name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1440
1441
1442
# File 'sig/types.rbs', line 1440

def updated_at
  @updated_at
end

#variants::Array[Types::PromptVariant]

Returns the value of attribute variants.

Returns:



1435
1436
1437
# File 'sig/types.rbs', line 1435

def variants
  @variants
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1438
1439
1440
# File 'sig/types.rbs', line 1438

def version
  @version
end