Class: Aws::Types::OperatorResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hidden_by_defaultBoolean

Returns the value of attribute hidden_by_default.

Returns:

  • (Boolean)


15601
15602
15603
# File 'sig/types.rbs', line 15601

def hidden_by_default
  @hidden_by_default
end

#managedBoolean

Returns the value of attribute managed.

Returns:

  • (Boolean)


15599
15600
15601
# File 'sig/types.rbs', line 15599

def managed
  @managed
end

#principal::String

Returns the value of attribute principal.

Returns:

  • (::String)


15600
15601
15602
# File 'sig/types.rbs', line 15600

def principal
  @principal
end