Class: Aws::Types::AzureConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_display_name::String

Returns the value of attribute application_display_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def application_id
  @application_id
end

#targetsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


394
395
396
# File 'sig/types.rbs', line 394

def tenant_id
  @tenant_id
end