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_type ⇒ "STANDARD", ...

Returns the value of attribute application_type.

Returns:

  • ("STANDARD", "SERVICE", "MCP_SERVER", "A2A_SERVER")


41
42
43
# File 'sig/types.rbs', line 41

def application_type
  @application_type
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def arn
  @arn
end

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


38
39
40
# File 'sig/types.rbs', line 38

def created_time
  @created_time
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def id
  @id
end

#is_service ⇒ Boolean

Returns the value of attribute is_service.

Returns:

  • (Boolean)


40
41
42
# File 'sig/types.rbs', line 40

def is_service
  @is_service
end

#last_modified_time ⇒ ::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


39
40
41
# File 'sig/types.rbs', line 39

def last_modified_time
  @last_modified_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def name
  @name
end

#namespace ⇒ ::String

Returns the value of attribute namespace.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def namespace
  @namespace
end