Class: Aws::Types::Prompt

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6433
6434
6435
# File 'sig/types.rbs', line 6433

def description
  @description
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


6436
6437
6438
# File 'sig/types.rbs', line 6436

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


6435
6436
6437
# File 'sig/types.rbs', line 6435

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6432
6433
6434
# File 'sig/types.rbs', line 6432

def name
  @name
end

#prompt_arn::String

Returns the value of attribute prompt_arn.

Returns:

  • (::String)


6430
6431
6432
# File 'sig/types.rbs', line 6430

def prompt_arn
  @prompt_arn
end

#prompt_id::String

Returns the value of attribute prompt_id.

Returns:

  • (::String)


6431
6432
6433
# File 'sig/types.rbs', line 6431

def prompt_id
  @prompt_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


6434
6435
6436
# File 'sig/types.rbs', line 6434

def tags
  @tags
end