Class: Aws::Types::AuthorizedTargetsByService

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


829
830
831
# File 'sig/types.rbs', line 829

def authorized_targets
  @authorized_targets
end

#service"REDSHIFT", ...

Returns the value of attribute service.

Returns:

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


828
829
830
# File 'sig/types.rbs', line 828

def service
  @service
end