Class: Aws::Types::AppSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id::String

Returns the value of attribute app_id.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def app_id
  @app_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


350
351
352
# File 'sig/types.rbs', line 350

def created_time
  @created_time
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


351
352
353
# File 'sig/types.rbs', line 351

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def name
  @name
end

#visibility"PRIVATE", "PUBLIC"

Returns the value of attribute visibility.

Returns:

  • ("PRIVATE", "PUBLIC")


352
353
354
# File 'sig/types.rbs', line 352

def visibility
  @visibility
end