Class: Aws::Types::ApplicationInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def application_id
  @application_id
end

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def application_name
  @application_name
end

#compute_platform"Server", ...

Returns the value of attribute compute_platform.

Returns:

  • ("Server", "Lambda", "ECS")


50
51
52
# File 'sig/types.rbs', line 50

def compute_platform
  @compute_platform
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


47
48
49
# File 'sig/types.rbs', line 47

def create_time
  @create_time
end

#git_hub_account_name::String

Returns the value of attribute git_hub_account_name.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def 
  @git_hub_account_name
end

#linked_to_git_hubBoolean

Returns the value of attribute linked_to_git_hub.

Returns:

  • (Boolean)


48
49
50
# File 'sig/types.rbs', line 48

def linked_to_git_hub
  @linked_to_git_hub
end