Class: Aws::Types::ConfigurationRecorder

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def arn
  @arn
end

#connector_arn::String

Returns the value of attribute connector_arn.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def connector_arn
  @connector_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def name
  @name
end

#recording_groupTypes::RecordingGroup

Returns the value of attribute recording_group.



341
342
343
# File 'sig/types.rbs', line 341

def recording_group
  @recording_group
end

#recording_modeTypes::RecordingMode

Returns the value of attribute recording_mode.



342
343
344
# File 'sig/types.rbs', line 342

def recording_mode
  @recording_mode
end

#recording_scope"INTERNAL", "PAID"

Returns the value of attribute recording_scope.

Returns:

  • ("INTERNAL", "PAID")


343
344
345
# File 'sig/types.rbs', line 343

def recording_scope
  @recording_scope
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def role_arn
  @role_arn
end

#scope_configurationTypes::ScopeConfiguration

Returns the value of attribute scope_configuration.



346
347
348
# File 'sig/types.rbs', line 346

def scope_configuration
  @scope_configuration
end

#service_principal::String

Returns the value of attribute service_principal.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def service_principal
  @service_principal
end