Class: Aws::Types::AzureConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AzureConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_display_name ⇒ ::String
Returns the value of attribute application_display_name.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#targets ⇒ Types::ConfigurationTargets
Returns the value of attribute targets.
-
#tenant_display_name ⇒ ::String
Returns the value of attribute tenant_display_name.
-
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
Instance Attribute Details
#application_display_name ⇒ ::String
Returns the value of attribute application_display_name.
397 398 399 |
# File 'sig/types.rbs', line 397 def application_display_name @application_display_name end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
396 397 398 |
# File 'sig/types.rbs', line 396 def application_id @application_id end |
#targets ⇒ Types::ConfigurationTargets
Returns the value of attribute targets.
398 399 400 |
# File 'sig/types.rbs', line 398 def targets @targets end |
#tenant_display_name ⇒ ::String
Returns the value of attribute tenant_display_name.
395 396 397 |
# File 'sig/types.rbs', line 395 def tenant_display_name @tenant_display_name end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
394 395 396 |
# File 'sig/types.rbs', line 394 def tenant_id @tenant_id end |