Class: Aws::Types::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_kms_key_id ⇒ ::String
Returns the value of attribute default_kms_key_id.
-
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#default_kms_key_id ⇒ ::String
Returns the value of attribute default_kms_key_id.
630 631 632 |
# File 'sig/types.rbs', line 630 def default_kms_key_id @default_kms_key_id end |
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
628 629 630 |
# File 'sig/types.rbs', line 628 def idc_instance_arn @idc_instance_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
629 630 631 |
# File 'sig/types.rbs', line 629 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
631 632 633 |
# File 'sig/types.rbs', line 631 def @tags end |