Class: Aws::Types::CreatePromptVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



607
608
609
# File 'sig/types.rbs', line 607

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



609
610
611
# File 'sig/types.rbs', line 609

def created_at
  @created_at
end

#customer_encryption_key_arn::String

Returns the value of attribute customer_encryption_key_arn.

Returns:



603
604
605
# File 'sig/types.rbs', line 603

def customer_encryption_key_arn
  @customer_encryption_key_arn
end

#default_variant::String

Returns the value of attribute default_variant.

Returns:



604
605
606
# File 'sig/types.rbs', line 604

def default_variant
  @default_variant
end

#description::String

Returns the value of attribute description.

Returns:



602
603
604
# File 'sig/types.rbs', line 602

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:



606
607
608
# File 'sig/types.rbs', line 606

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



601
602
603
# File 'sig/types.rbs', line 601

def name
  @name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:



610
611
612
# File 'sig/types.rbs', line 610

def updated_at
  @updated_at
end

#variants::Array[Types::PromptVariant]

Returns the value of attribute variants.

Returns:



605
606
607
# File 'sig/types.rbs', line 605

def variants
  @variants
end

#version::String

Returns the value of attribute version.

Returns:



608
609
610
# File 'sig/types.rbs', line 608

def version
  @version
end