Class: Aws::Types::UpdateIdentityPropagationConfigRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorized_targets::Array[::String]

Returns the value of attribute authorized_targets.

Returns:

  • (::Array[::String])


12338
12339
12340
# File 'sig/types.rbs', line 12338

def authorized_targets
  @authorized_targets
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12336
12337
12338
# File 'sig/types.rbs', line 12336

def 
  @aws_account_id
end

#service"REDSHIFT", ...

Returns the value of attribute service.

Returns:

  • ("REDSHIFT", "QBUSINESS", "ATHENA", "GLUE_DATA_CATALOG")


12337
12338
12339
# File 'sig/types.rbs', line 12337

def service
  @service
end