Class: Aws::Types::AuthorizedPrincipal

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#principal::String

Returns the value of attribute principal.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def principal
  @principal
end

#principal_type"AWS_ACCOUNT", "AWS_SERVICE"

Returns the value of attribute principal_type.

Returns:

  • ("AWS_ACCOUNT", "AWS_SERVICE")


207
208
209
# File 'sig/types.rbs', line 207

def principal_type
  @principal_type
end

#service_optionsTypes::ServiceOptions

Returns the value of attribute service_options.



209
210
211
# File 'sig/types.rbs', line 209

def service_options
  @service_options
end