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.
608 609 610 |
# File 'sig/types.rbs', line 608 def default_kms_key_id @default_kms_key_id end |
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
606 607 608 |
# File 'sig/types.rbs', line 606 def idc_instance_arn @idc_instance_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
607 608 609 |
# File 'sig/types.rbs', line 607 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
609 610 611 |
# File 'sig/types.rbs', line 609 def @tags end |