Class: Aws::Types::UpdatePromptResponse

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)


3059
3060
3061
# File 'sig/types.rbs', line 3059

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3061
3062
3063
# File 'sig/types.rbs', line 3061

def created_at
  @created_at
end

#customer_encryption_key_arn::String

Returns the value of attribute customer_encryption_key_arn.

Returns:

  • (::String)


3055
3056
3057
# File 'sig/types.rbs', line 3055

def customer_encryption_key_arn
  @customer_encryption_key_arn
end

#default_variant::String

Returns the value of attribute default_variant.

Returns:

  • (::String)


3056
3057
3058
# File 'sig/types.rbs', line 3056

def default_variant
  @default_variant
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3054
3055
3056
# File 'sig/types.rbs', line 3054

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3058
3059
3060
# File 'sig/types.rbs', line 3058

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3053
3054
3055
# File 'sig/types.rbs', line 3053

def name
  @name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3062
3063
3064
# File 'sig/types.rbs', line 3062

def updated_at
  @updated_at
end

#variants::Array[Types::PromptVariant]

Returns the value of attribute variants.

Returns:



3057
3058
3059
# File 'sig/types.rbs', line 3057

def variants
  @variants
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


3060
3061
3062
# File 'sig/types.rbs', line 3060

def version
  @version
end