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:



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

def application_type
  @application_type
end

#arn::String

Returns the value of attribute arn.

Returns:



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

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:



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

def created_time
  @created_time
end

#id::String

Returns the value of attribute id.

Returns:



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

def id
  @id
end

#is_serviceBoolean

Returns the value of attribute is_service.

Returns:



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:



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:



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

def name
  @name
end

#namespace::String

Returns the value of attribute namespace.

Returns:



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

def namespace
  @namespace
end