Class: Aws::Types::NeptuneSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_retry_duration::Integer

Returns the value of attribute error_retry_duration.

Returns:

  • (::Integer)


2116
2117
2118
# File 'sig/types.rbs', line 2116

def error_retry_duration
  @error_retry_duration
end

#iam_auth_enabledBoolean

Returns the value of attribute iam_auth_enabled.

Returns:

  • (Boolean)


2119
2120
2121
# File 'sig/types.rbs', line 2119

def iam_auth_enabled
  @iam_auth_enabled
end

#max_file_size::Integer

Returns the value of attribute max_file_size.

Returns:

  • (::Integer)


2117
2118
2119
# File 'sig/types.rbs', line 2117

def max_file_size
  @max_file_size
end

#max_retry_count::Integer

Returns the value of attribute max_retry_count.

Returns:

  • (::Integer)


2118
2119
2120
# File 'sig/types.rbs', line 2118

def max_retry_count
  @max_retry_count
end

#s3_bucket_folder::String

Returns the value of attribute s3_bucket_folder.

Returns:

  • (::String)


2115
2116
2117
# File 'sig/types.rbs', line 2115

def s3_bucket_folder
  @s3_bucket_folder
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


2114
2115
2116
# File 'sig/types.rbs', line 2114

def s3_bucket_name
  @s3_bucket_name
end

#service_access_role_arn::String

Returns the value of attribute service_access_role_arn.

Returns:

  • (::String)


2113
2114
2115
# File 'sig/types.rbs', line 2113

def service_access_role_arn
  @service_access_role_arn
end