Class: Aws::Types::ApplicationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


78
79
80
# File 'sig/types.rbs', line 78

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


77
78
79
# File 'sig/types.rbs', line 77

def status
  @status
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def workspace_name
  @workspace_name
end