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.
856 857 858 |
# File 'sig/types.rbs', line 856 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
860 861 862 |
# File 'sig/types.rbs', line 860 def description @description end |
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
857 858 859 |
# File 'sig/types.rbs', line 857 def idc_instance_arn @idc_instance_arn end |
#name ⇒ ::String
Returns the value of attribute name.
859 860 861 |
# File 'sig/types.rbs', line 859 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
861 862 863 |
# File 'sig/types.rbs', line 861 def @tags end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
858 859 860 |
# File 'sig/types.rbs', line 858 def workspace_name @workspace_name end |