Class: Aws::Types::DescribeExperienceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::ExperienceConfiguration

Returns the value of attribute configuration.



712
713
714
# File 'sig/types.rbs', line 712

def configuration
  @configuration
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


713
714
715
# File 'sig/types.rbs', line 713

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


715
716
717
# File 'sig/types.rbs', line 715

def description
  @description
end

#endpoints::Array[Types::ExperienceEndpoint]

Returns the value of attribute endpoints.

Returns:



711
712
713
# File 'sig/types.rbs', line 711

def endpoints
  @endpoints
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


718
719
720
# File 'sig/types.rbs', line 718

def error_message
  @error_message
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def id
  @id
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


709
710
711
# File 'sig/types.rbs', line 709

def index_id
  @index_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


710
711
712
# File 'sig/types.rbs', line 710

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


717
718
719
# File 'sig/types.rbs', line 717

def role_arn
  @role_arn
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


716
717
718
# File 'sig/types.rbs', line 716

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


714
715
716
# File 'sig/types.rbs', line 714

def updated_at
  @updated_at
end