Class: Aws::Types::ExperiencesSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def created_at
  @created_at
end

#endpoints::Array[Types::ExperienceEndpoint]

Returns the value of attribute endpoints.

Returns:



1025
1026
1027
# File 'sig/types.rbs', line 1025

def endpoints
  @endpoints
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1021
1022
1023
# File 'sig/types.rbs', line 1021

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "FAILED")


1024
1025
1026
# File 'sig/types.rbs', line 1024

def status
  @status
end