Class: Aws::Types::ConfigurationRecorderSummary

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



371
372
373
# File 'sig/types.rbs', line 371

def arn
  @arn
end

#name::String

Returns the value of attribute name.



372
373
374
# File 'sig/types.rbs', line 372

def name
  @name
end

#provider"AZURE"

Returns the value of attribute provider.



375
376
377
# File 'sig/types.rbs', line 375

def provider
  @provider
end

#recording_scope"INTERNAL", "PAID"

Returns the value of attribute recording_scope.



374
375
376
# File 'sig/types.rbs', line 374

def recording_scope
  @recording_scope
end

#service_principal::String

Returns the value of attribute service_principal.



373
374
375
# File 'sig/types.rbs', line 373

def service_principal
  @service_principal
end