Class: Aws::Types::ValidateConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ValidateConfigurationRequest
- 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.
-
#configuration_version ⇒ ::String
Returns the value of attribute configuration_version.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
953 954 955 |
# File 'sig/types.rbs', line 953 def application_id @application_id end |
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
954 955 956 |
# File 'sig/types.rbs', line 954 def configuration_profile_id @configuration_profile_id end |
#configuration_version ⇒ ::String
Returns the value of attribute configuration_version.
955 956 957 |
# File 'sig/types.rbs', line 955 def configuration_version @configuration_version end |