Class: Aws::Types::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
853 854 855 |
# File 'sig/types.rbs', line 853 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
857 858 859 |
# File 'sig/types.rbs', line 857 def description @description end |
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
854 855 856 |
# File 'sig/types.rbs', line 854 def idc_instance_arn @idc_instance_arn end |
#name ⇒ ::String
Returns the value of attribute name.
856 857 858 |
# File 'sig/types.rbs', line 856 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
858 859 860 |
# File 'sig/types.rbs', line 858 def @tags end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
855 856 857 |
# File 'sig/types.rbs', line 855 def workspace_name @workspace_name end |