Class: Aws::Types::EnabledServicePrincipal

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date_enabled::Time

Returns the value of attribute date_enabled.

Returns:

  • (::Time)


434
435
436
# File 'sig/types.rbs', line 434

def date_enabled
  @date_enabled
end

#service_principal::String

Returns the value of attribute service_principal.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def service_principal
  @service_principal
end