Class: Aws::Types::CreatePromptResponse

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)


585
586
587
# File 'sig/types.rbs', line 585

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


587
588
589
# File 'sig/types.rbs', line 587

def created_at
  @created_at
end

#customer_encryption_key_arn::String

Returns the value of attribute customer_encryption_key_arn.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def customer_encryption_key_arn
  @customer_encryption_key_arn
end

#default_variant::String

Returns the value of attribute default_variant.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def default_variant
  @default_variant
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


584
585
586
# File 'sig/types.rbs', line 584

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def name
  @name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


588
589
590
# File 'sig/types.rbs', line 588

def updated_at
  @updated_at
end

#variants::Array[Types::PromptVariant]

Returns the value of attribute variants.

Returns:



583
584
585
# File 'sig/types.rbs', line 583

def variants
  @variants
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def version
  @version
end