Class: Aws::Types::GetConfigurationProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetConfigurationProfileRequest
- 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.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
555 556 557 |
# File 'sig/types.rbs', line 555 def application_id @application_id end |
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
556 557 558 |
# File 'sig/types.rbs', line 556 def configuration_profile_id @configuration_profile_id end |