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])


12780
12781
12782
# File 'sig/types.rbs', line 12780

def authorized_targets
  @authorized_targets
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12778
12779
12780
# File 'sig/types.rbs', line 12778

def 
  @aws_account_id
end

#service"REDSHIFT", ...

Returns the value of attribute service.

Returns:

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


12779
12780
12781
# File 'sig/types.rbs', line 12779

def service
  @service
end