Class: Aws::Types::RedshiftDataProviderSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


2370
2371
2372
# File 'sig/types.rbs', line 2370

def database_name
  @database_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


2369
2370
2371
# File 'sig/types.rbs', line 2369

def port
  @port
end

#s3_access_role_arn::String

Returns the value of attribute s3_access_role_arn.

Returns:

  • (::String)


2372
2373
2374
# File 'sig/types.rbs', line 2372

def s3_access_role_arn
  @s3_access_role_arn
end

#s3_path::String

Returns the value of attribute s3_path.

Returns:

  • (::String)


2371
2372
2373
# File 'sig/types.rbs', line 2371

def s3_path
  @s3_path
end

#server_name::String

Returns the value of attribute server_name.

Returns:

  • (::String)


2368
2369
2370
# File 'sig/types.rbs', line 2368

def server_name
  @server_name
end