Class: Aws::Types::UpdateConfigurationProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfigurationProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#retrieval_role_arn ⇒ ::String
Returns the value of attribute retrieval_role_arn.
-
#validators ⇒ ::Array[Types::Validator]
Returns the value of attribute validators.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
885 886 887 |
# File 'sig/types.rbs', line 885 def application_id @application_id end |
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
886 887 888 |
# File 'sig/types.rbs', line 886 def configuration_profile_id @configuration_profile_id end |
#description ⇒ ::String
Returns the value of attribute description.
888 889 890 |
# File 'sig/types.rbs', line 888 def description @description end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
891 892 893 |
# File 'sig/types.rbs', line 891 def kms_key_identifier @kms_key_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
887 888 889 |
# File 'sig/types.rbs', line 887 def name @name end |
#retrieval_role_arn ⇒ ::String
Returns the value of attribute retrieval_role_arn.
889 890 891 |
# File 'sig/types.rbs', line 889 def retrieval_role_arn @retrieval_role_arn end |
#validators ⇒ ::Array[Types::Validator]
Returns the value of attribute validators.
890 891 892 |
# File 'sig/types.rbs', line 890 def validators @validators end |