Class: Aws::Types::ApplicationInfo
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#compute_platform ⇒ "Server", ...
Returns the value of attribute compute_platform.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#git_hub_account_name ⇒ ::String
Returns the value of attribute git_hub_account_name.
-
#linked_to_git_hub ⇒ Boolean
Returns the value of attribute linked_to_git_hub.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
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.
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.
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.
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.
49 50 51 |
# File 'sig/types.rbs', line 49 def git_hub_account_name @git_hub_account_name end |
#linked_to_git_hub ⇒ Boolean
Returns the value of attribute linked_to_git_hub.
48 49 50 |
# File 'sig/types.rbs', line 48 def linked_to_git_hub @linked_to_git_hub end |