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)


6169
6170
6171
# File 'sig/types.rbs', line 6169

def description
  @description
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


6172
6173
6174
# File 'sig/types.rbs', line 6172

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


6171
6172
6173
# File 'sig/types.rbs', line 6171

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6168
6169
6170
# File 'sig/types.rbs', line 6168

def name
  @name
end

#prompt_arn::String

Returns the value of attribute prompt_arn.

Returns:

  • (::String)


6166
6167
6168
# File 'sig/types.rbs', line 6166

def prompt_arn
  @prompt_arn
end

#prompt_id::String

Returns the value of attribute prompt_id.

Returns:

  • (::String)


6167
6168
6169
# File 'sig/types.rbs', line 6167

def prompt_id
  @prompt_id
end

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

Returns the value of attribute tags.

Returns:

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


6170
6171
6172
# File 'sig/types.rbs', line 6170

def tags
  @tags
end