Class: Aws::Types::PromptSummary

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:

  • (::String)


2301
2302
2303
# File 'sig/types.rbs', line 2301

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2303
2304
2305
# File 'sig/types.rbs', line 2303

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2299
2300
2301
# File 'sig/types.rbs', line 2299

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2300
2301
2302
# File 'sig/types.rbs', line 2300

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2298
2299
2300
# File 'sig/types.rbs', line 2298

def name
  @name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2304
2305
2306
# File 'sig/types.rbs', line 2304

def updated_at
  @updated_at
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


2302
2303
2304
# File 'sig/types.rbs', line 2302

def version
  @version
end