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.
-
#definition ⇒ Types::Definition
Returns the value of attribute definition.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine_type ⇒ "microfocus", "bluage"
Returns the value of attribute engine_type.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
115 116 117 |
# File 'sig/types.rbs', line 115 def client_token @client_token end |
#definition ⇒ Types::Definition
Returns the value of attribute definition.
116 117 118 |
# File 'sig/types.rbs', line 116 def definition @definition end |
#description ⇒ ::String
Returns the value of attribute description.
117 118 119 |
# File 'sig/types.rbs', line 117 def description @description end |
#engine_type ⇒ "microfocus", "bluage"
Returns the value of attribute engine_type.
118 119 120 |
# File 'sig/types.rbs', line 118 def engine_type @engine_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
119 120 121 |
# File 'sig/types.rbs', line 119 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
120 121 122 |
# File 'sig/types.rbs', line 120 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
121 122 123 |
# File 'sig/types.rbs', line 121 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
122 123 124 |
# File 'sig/types.rbs', line 122 def @tags end |