Class: Aws::Types::FeaturedResultsSetSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestamp::Integer

Returns the value of attribute creation_timestamp.

Returns:

  • (::Integer)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def creation_timestamp
  @creation_timestamp
end

Returns the value of attribute featured_results_set_id.

Returns:

  • (::String)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def featured_results_set_id
  @featured_results_set_id
end

Returns the value of attribute featured_results_set_name.

Returns:

  • (::String)


1115
1116
1117
# File 'sig/types.rbs', line 1115

def featured_results_set_name
  @featured_results_set_name
end

#last_updated_timestamp::Integer

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Integer)


1117
1118
1119
# File 'sig/types.rbs', line 1117

def last_updated_timestamp
  @last_updated_timestamp
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


1116
1117
1118
# File 'sig/types.rbs', line 1116

def status
  @status
end