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

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def application_arn
  @application_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


24
25
26
# File 'sig/types.rbs', line 24

def created_at
  @created_at
end

#tenant_id::String

Returns the value of attribute tenant_id.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def tenant_id
  @tenant_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


25
26
27
# File 'sig/types.rbs', line 25

def updated_at
  @updated_at
end