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)


142
143
144
# File 'sig/types.rbs', line 142

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


146
147
148
# File 'sig/types.rbs', line 146

def created_at
  @created_at
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def endpoint
  @endpoint
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


147
148
149
# File 'sig/types.rbs', line 147

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


145
146
147
# File 'sig/types.rbs', line 145

def status
  @status
end